M
m.posseth
yep ,,,, You can do this ( verry easy ) with ADOX
objADOXDatabase.Tables(oldName).Name = newName
As DDL is not yet implemented in ADO.NET MS recomends using ADOX to perform
DDL
Van: "johnb41" <[email protected]>
Onderwerp: Re: Adding Columns to Jet/Access database
Datum: woensdag 29 juni 2005 17:10
I searched all 3 links, and there is no command for "Renaming" a table.
I searched the web, and SQL does have a Rename command. Is it not
available for Jet/Access?
Does anyone know how to rename a table in SQL for Jet/Access?
Thanks,
John
objADOXDatabase.Tables(oldName).Name = newName
As DDL is not yet implemented in ADO.NET MS recomends using ADOX to perform
DDL
Van: "johnb41" <[email protected]>
Onderwerp: Re: Adding Columns to Jet/Access database
Datum: woensdag 29 juni 2005 17:10
I searched all 3 links, and there is no command for "Renaming" a table.
I searched the web, and SQL does have a Rename command. Is it not
available for Jet/Access?
Does anyone know how to rename a table in SQL for Jet/Access?
Thanks,
John