Viewing 15 posts - 1 through 15 (of 16 total)
Hi gsquared,
My question is I am reading the excel name from the user and according to that excel, i need to generate DB Table with same number of columns and...
December 16, 2011 at 7:11 am
Hi,
I am inserting the data through Java Source file, which calls the Inserting Function.
thanks
December 15, 2011 at 5:43 am
Hi,
you are absolutely right.
Previously i have some values in DB Table, so when new values are updated in Excel Sheet, will that new value will be populated in DB...
December 15, 2011 at 3:43 am
Hi,
It works fine if i use this query DBCC CHECKIDENT ( <table_name>,RESEED,<value>)
Thanks for all for your repsonse.
sathish.
December 14, 2011 at 4:15 am
Hi Dev,
But i want the ID column should start from 1 and counts till there is no Record in Excel sheet. Since i am using Server Management Studio Express, by...
December 14, 2011 at 1:11 am
Hi Dev,
Should i write this Query inside Java Source or in SQL query pane when i execure the query ???
Thanks
December 14, 2011 at 1:01 am
Hi,
For the first time when i run the query it is counting from 1 to n..
Next time when i run the console once again and execute the query, my id...
December 14, 2011 at 12:43 am
Thank u so much Gsquared.. Appreciate that..
December 13, 2011 at 8:04 am
Thanks Ninja's_RGR'us and Dev for your prompt Response.
December 13, 2011 at 5:43 am
Hi Dev,
Actually My loop will run until some data is present in the column and if no data is available it breaks the loop...
So in that case, there is no...
December 13, 2011 at 5:35 am
Hi,
I dont want that to be present in my DB... Is there any way to avoid that Default Row in DB ??
Thanks
December 13, 2011 at 5:32 am
Hi Dev,
Can you pls suggest some good JAVA Forum sites..
thanks
December 12, 2011 at 5:06 am
Hi All,
Everything what you all said above, i did it and still i am getting different value only...
Is it related to performance Tuning and Data overloaded error ???
December 6, 2011 at 5:12 am
Here is the connection details
Connection con = new Connection();
con.setDbHost("10.60.1.50");
con.setDriverName("com.microsoft.jdbc.sqlserver.SQLServerDriver");
con.setDbName("QATESTDB");
con.setDbUser("sa");
con.setDbPassword("pa$$word");
con.setDbPort(1433);
con.setConnString(ConnectionAction.formConnectionString(con
.getDriverName(), con.getDbHost() + ":" + con.getDbPort(),
con.getDbName()));
ConnectionDetails conAlias = new ConnectionDetails(con
.getDriverName(), con.getConnString(), con.getDbUser(), con
.getDbPassword());
return conAlias;
December 6, 2011 at 4:57 am
Hi,
Yes , i am getting the same result in both Java console and DB..
But if the record goes larger i am not getting the correct results while Updating the values...
December 6, 2011 at 4:53 am
Viewing 15 posts - 1 through 15 (of 16 total)