Apr 11, 2006 #1 A alien Member Joined Mar 21, 2006 Messages 24 hi how do i go about creating tables in an existing access database from vb.net 2003?
Apr 12, 2006 #2 R robojam Member Joined Jan 16, 2003 Messages 11 You should just be able to use the standard SQL commands. If you use ADO you can just build SQL strings and use them to set ADO command objects.
You should just be able to use the standard SQL commands. If you use ADO you can just build SQL strings and use them to set ADO command objects.