- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 4
- Posts with Downvotes
- 2
- Downvoting Members
- 3
15 Posted Topics
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 …
SCP <filename> <user>@<Toserveraddress>:<path>
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>;
Can Anyone explain about how to establish a connection to a same server with different private/rsa/identity using identity file.
Unix server - function(). I want to call this function through java program and track the result. help me.
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.
[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]
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
what is the difference between declaration of a variable and definition of symbolic name in c language?
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) …
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); …
I need code to connect a remote server and displays the databases in that server either by windows authentication or sql server authentication.
Explain what is meant by cluster index and non-clustered index.
how to write a code for sql parser to parse select statements in c#.
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....
The End.
muthu1802