I am rather new to VB and SQL. I've searched this forum for solutions to my problem. While I have found others trying to convert, the answer is not available to me because of software/computer limitations.
I need to be able to convert an Acess database to SQL server thru code. I can't use the import or Upsize option in SQL because the computer this is on does not have the full version of SQL. To make matters worse, I can't get the Access off the machine to work on it elsewhere because it doesn't have a CD burner, Internet access. This is why I have to be able to do it thru code in VB.
I figure that I should open the Access db, store the record/fields to memory and then write them to the SQL. Seems like it is simple enough but I can't get it to work. I've written just a simple Do While program that doesn't accomplish anything.
Any help or suggestions is greatly appreciated.
I need to be able to convert an Acess database to SQL server thru code. I can't use the import or Upsize option in SQL because the computer this is on does not have the full version of SQL. To make matters worse, I can't get the Access off the machine to work on it elsewhere because it doesn't have a CD burner, Internet access. This is why I have to be able to do it thru code in VB.
I figure that I should open the Access db, store the record/fields to memory and then write them to the SQL. Seems like it is simple enough but I can't get it to work. I've written just a simple Do While program that doesn't accomplish anything.
Any help or suggestions is greatly appreciated.