VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Add New Table (SQL Server 7.0)

SSBizen  (1 Submission)   Databases/Data Access/DAO/ADO   Visual Basic 3.0   Advanced   Wed 3rd February 2021

This code lets you add a new table to existing database in SQL Server programmatically. Useful when developing a database application for off-line users. Simply send an executable through e-mail, and let it run once.

Inputs
N/A

Assumes
Set DB name, DB file name, User login, Password(if required), name of new table, and fields. Added table can be easily removed from SQL Server Enterprise Manager.

Returns
N/A

Side Effects
N/A

API Declarations
Microsoft SQLDMO Object Library(SQLDMO.RLL)
Microsoft ADO 2.5

Rate Add New Table (SQL Server 7.0) (6(6 Vote))
Add New Table (SQL Server 7.0).bas

Add New Table (SQL Server 7.0) Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters