Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
4
Posts with Downvotes
2
Downvoting Members
3
1 Commented Post
0 Endorsements

15 Posted Topics

Member Avatar for muthu1802

I am able to read 4byte data using byteBuf.getInt() and same way till 8 bytes I am using getLong. I am not able to read 16 byte data. when I googled I understand that java BigDecimal will support 16 byte data. Could any one please help on reading 16 byte …

Member Avatar for JamesCherrill
0
239
Member Avatar for akileshb
Member Avatar for muthu1802

Shel scrip to create automatic ROLLBACK statements for DDL's and put it into a separate file DDL's FILE Content ------------------ name:xyz ------------------------ --table 1 DROP table <tablename>; create table <tablename>;

0
127
Member Avatar for muthu1802

Can Anyone explain about how to establish a connection to a same server with different private/rsa/identity using identity file.

Member Avatar for muthu1802
0
226
Member Avatar for muthu1802

Unix server - function(). I want to call this function through java program and track the result. help me.

Member Avatar for NormR1
0
86
Member Avatar for muthu1802

How to Load data with refrential integrity in java (Teradata). if I ran the work flow the data should be loaded to final table. so that i need to populate the source tables with proper refrential data. how to populate refrential data to the source table properly. Thanks in advance.

Member Avatar for muthu1802
0
187
Member Avatar for muthu1802

[CODE]int i=5,j=6; int k=i++ + i++ + ++i + i++; int m=j++ + j++ + j++ - j++; cout<<i; cout<<m; cout<<j; cout<<k;[/CODE]

Member Avatar for Fbody
0
100
Member Avatar for muthu1802

int k=i++ + i++ + ++i + i++; int m=j++ + j++ + j++ - j++; cout<<i; cout<<m; cout<<j; cout<<k; what is the precedence in linux compiler

Member Avatar for Ancient Dragon
0
188
Member Avatar for muthu1802
Member Avatar for Ancient Dragon
0
193
Member Avatar for muthu1802

I use the following code..the code runs properly..but i can't understand the code.can any one explain me. using System; using System.Data.SqlClient; using System.Data; using SQL_Tuner; using AMS.Profile; namespace SQL_Tuner { public class DataBase { clsGlobal C1= new clsGlobal(); public DataTable GetDatabases() { DataTable dt = null; if (dt == null) …

0
73
Member Avatar for muthu1802

I got an error in ths code... cannot implicitly convert type string to string[].... [code] public string[] SelectTable(String pSqlstmt) { string[] sTable; string str; if(pSqlstmt.Contains("from")) { int strlen=pSqlstmt.Length; int strindfrom = pSqlstmt.IndexOf("from"); if (pSqlstmt.Contains("where")) { int strindwhere = pSqlstmt.IndexOf("where"); sTable = pSqlstmt.Substring(strindfrom, strindwhere); } else { sTable = pSqlstmt.Substring(strindfrom, strlen); …

Member Avatar for apegram
0
195
Member Avatar for muthu1802

I need code to connect a remote server and displays the databases in that server either by windows authentication or sql server authentication.

Member Avatar for kvprajapati
0
48
Member Avatar for muthu1802
Member Avatar for muthu1802
-1
89
Member Avatar for muthu1802
Member Avatar for kvprajapati
0
167
Member Avatar for muthu1802

HI Tuning sql for high performance is my project title... can any one explain wat is the exixting system and tell some of the ideas regarding project... <EMAIL SNIPPED> help plz....

-3
73

The End.