Can I implement PL/SQL with ADO to an Access 2000 database.
If yes how?
Printable View
Can I implement PL/SQL with ADO to an Access 2000 database.
If yes how?
PL/SQL is native to and only works against Oracle databases. So 'fraid not.
Is there anything similar I could use for Access or SQLServer?Quote:
Originally posted by RSINGH
PL/SQL is native to and only works against Oracle databases. So 'fraid not.
In SQL Server, you would use Transact SQL which is used to create your stored procedures, views and program flow control. I've only used Access up to 97 and there is nothing comparable. Although I hear you can make stored procedures in Access 2000. You can then call these through an ADO command or connection object.
God al-bloody-mighty I'm sick of learning new languages.
Hope this is the last one.
T-SQL is pretty straight forward and not too diferent to PL/SQL. I suppose you can consider it as Microsoft's implementation. Good luck - if you need any help just shout.
Cheers :DQuote:
Good luck - if you need any help just shout.