MS-Access VBA and LC
Posted: Mon Jun 02, 2014 11:23 pm
Hi,
anybody tried this already?
I have to do some heavy database work, and instead of to do it in LC, I'd by far prefer to utilize the powers of Access. All I need to do can easily be done within modules inside Access, as functions. I'd just need to call these functions from LC, using VBScript. Any way to do, anyone knows?
(Visual Studio 2010 Express would be available, still untouched ...)
Thanks,
Axel
PS: It's mainly SQL code that has to be executed on external databases, SQLite, MS-SQL and MySQL (Yes, all three together. With .csv files linked as tables, to add cream to the cake).
I'd have to build quite some 'recordsets' in memory, and have to 'join' them in my queries, with one another, or with real tables. I know Access can do this with ease, not sure if LC would be really helpful there. Basically I use MySQL, MS-SQL and .csv data to fill an SQLite database with whom I feed a web server ...
anybody tried this already?
I have to do some heavy database work, and instead of to do it in LC, I'd by far prefer to utilize the powers of Access. All I need to do can easily be done within modules inside Access, as functions. I'd just need to call these functions from LC, using VBScript. Any way to do, anyone knows?
(Visual Studio 2010 Express would be available, still untouched ...)
Thanks,
Axel
PS: It's mainly SQL code that has to be executed on external databases, SQLite, MS-SQL and MySQL (Yes, all three together. With .csv files linked as tables, to add cream to the cake).
I'd have to build quite some 'recordsets' in memory, and have to 'join' them in my queries, with one another, or with real tables. I know Access can do this with ease, not sure if LC would be really helpful there. Basically I use MySQL, MS-SQL and .csv data to fill an SQLite database with whom I feed a web server ...