E
EdisonCPP
I'm trying to create an Access DB programmatically
as I have before, but trying it managed now.
I first imported ADOX 2.8, then reverted back
to 2.7 when it didn't seem to work in 2.8.
ADOX::Catalog^ catalog = gcnew ADOX::Catalog();
catalog->Create(ConnectionString);
When I type
catalog->
I do not get a choice of Tables. I get lots of other
things, like Users, Views, etc. I tried typing it in
and compiling anyway, and it's undefined.
catalog->Tables->Append(Table1);
Is there some reason I can't get Tables from catalog?
Thanks,
Steven
as I have before, but trying it managed now.
I first imported ADOX 2.8, then reverted back
to 2.7 when it didn't seem to work in 2.8.
ADOX::Catalog^ catalog = gcnew ADOX::Catalog();
catalog->Create(ConnectionString);
When I type
catalog->
I do not get a choice of Tables. I get lots of other
things, like Users, Views, etc. I tried typing it in
and compiling anyway, and it's undefined.
catalog->Tables->Append(Table1);
Is there some reason I can't get Tables from catalog?
Thanks,
Steven