Viewing 10 posts - 1 through 10 (of 10 total)
Thanks for the Quick Explanation Jhon.
Bear in mind that these queries aren't schema-sensitive(owner-sensitive in SQL 2000 and below). So if tables called MyTable exist in any schema other than...
November 6, 2007 at 4:37 am
I faced the same file for problem.For that i wrote that format.If you try to insert using that format , that problem will be rectified. Try that.
June 22, 2007 at 5:24 am
You have to convert the Date_OF_Birth to ISO date.Because the date format inserted sql server 2005 changes according to Regional Setttins.Try converting your date format as given below
Private Function getISODate(ByVal...
June 22, 2007 at 2:59 am
Thanks Steve,
It worked well. But How can I set the value of the FileID ,...
June 21, 2007 at 11:10 pm
Thanks for the Reply Gila,
I want to insert the Transaction_ID values from FILE_ID value.How can I
June 21, 2007 at 8:18 am
Viewing 10 posts - 1 through 10 (of 10 total)