Need Code to add table to BE if it doesn't exist

1eye1vision

Registered User.
Local time
Today, 18:43
Joined
Aug 27, 2005
Messages
33
Hi All,
I'm trying to figure out how to create a table in the linked BE of my DB if it doesn't exist, i have tried several methods but i am still having difficulty working this out.
Any Help or samples would be appreciated.
 
much easier to copy a table over.

if it doesn't exist you need to create the table, add all the fields with the correct characteristics, and add at least a primary key, and maybe other indexes.

not trivial in code.
 
What would be the code to copy a table over to the backend...???
I have figured out the code to add fields to an existing table, but not joy with the other..
 

Users who are viewing this thread

Back
Top Bottom