hi,
I'm currently need to create a tool...reusable tool for data migration (sql server). This means that the tool must able to migrate data from one database another with different database architecture ...maybe different table/fields.
Start from scratch to do it n I have no idea at all.
Please...
i have one table with the follwing recordset:
groupname price date
aaa 1.00 13/06/2002
aaa 2.00 01/07/2002
aaa - 01/06/2002
bbb 1.00 01/08/2002
cc 5.00 03/06/2002
cc - 18/05/2002
how to...
Dear all,
Can i build an sql statement dynamically?
For instance, sub_acc is my table name, and....I need some sql statement (simplified) like this:
'select * from sub_acc where <select-condition>' and the <select-condition> is a long string like 'columnA= valueA and columnB = valueB'. It...
dear all,
let say i have a number in string form. The number is 78.18 but is in Sring type. I have to get the number for 78.18 * 11 , which is in number data type, not String type. Therefore, i use Double.parseDouble()....but what i got at last is 859.9000000...01. Why? If i want to get the...
hi,
In javascript, if i need a confirm window (dialog box) with more than 2 default buttons (ok, and cancel)...which means maybe add in a "yes to all" button. How should i do this?
Please give me some advice.
Thanks
Regards,
yukeshean
hi all,
I want to pass all the values in a <select size=3 name=""> into a jsp processing page (.jsp) thru a html form.
How should actually i do that?
Can i get all the values (a list in an array), or only one value?
Please do give me some advice or solution asap.
Thanks
yukeshean
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.