Reputation: 151
Connecting to ADO is hard from installation in Delphi, so I decided to use VBscript, which I have never used before. VBscript has little support in Delphi, so how do I run a Windows script editor to get support and carry it over to Delphi? I do not understand the statements in VB script very well yet
I looked up the MSN web site and it's not that helpful. I see scripts that could be useful for many things if I can get them working.
Can anyone help please?
Lex Dean
Upvotes: 1
Views: 821
Reputation:
Upvotes: 1
Reputation: 3402
The best way is to use the native (and easy) ADO components in Delphi.
You will found a example of 'how to do', with source, here : http://sourceforge.net/projects/axbase/
Upvotes: 2