Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Edit MDB?

i whant to add and rename feilds
also i whant to add tables and rename them etc.
[84 byte] By [Code_Writer] at [2007-11-11 8:13:20]
# 1 Re: Edit MDB?
(There's no 'h' in 'want.' ;-)

http://www.vb-helper.com/howto_dao_add_delete_tables.html
Phil Weber at 2007-11-11 17:25:54 >
# 2 Re: Edit MDB?
One more Question How do I read an mdb on a server?
Code_Writer at 2007-11-11 17:26:54 >
# 3 Re: Edit MDB?
Same way you do on a local drive, except instead of a drive letter, use a UNC path, e.g.: \\servername\sharename\path\filename.mdb
Phil Weber at 2007-11-11 17:27:52 >