|
| ||||||||||
| Tags: access, execute, run, scripts, sql |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| How to execute or run SQL scripts in Access
I am aware that it is possible to view SQL versions of queries, but I want to know whether there is a way to run SQL scripts in Access ? If possible, where can I find the syntax to execute or run SQL scripts in Access ? Any ideas.... |
|
#2
| |||
| |||
| Re: How to execute or run SQL scripts in Access
I don't know to execute SQL scripts in Access. But however you can try these four workarounds :
|
|
#3
| ||||
| ||||
| Re: How to execute or run SQL scripts in Access
In the database, - Create a query in Design View and close the Show Table window. - From the menu bar, click View >> SQL View. - You can type and paste your SQL statements into this window. To add dynamic SQL as a command button on a form, you will need to build a VBA procedure. |
|
#4
| ||||
| ||||
| Re: How to execute or run SQL scripts in Access
Well, the Jet Engine Access supports some SQL functions, but I don't know which ones are supported and which ones are not. Eventhough, Access supports a wide variety of database engines; you don't have to use the Jet engine if you need a more versatile back-end. You can connect to an Oracle database. |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "How to execute or run SQL scripts in Access" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to execute scripts in Kaspersky | Aspen | Networking & Security | 2 | 20-10-2009 12:44 PM |
| Why some scripts start with # | New buDDy | Operating Systems | 3 | 14-10-2009 09:44 PM |
| How to execute Server.Execute function in ASP.NET (C#) | RasMus | Software Development | 3 | 25-09-2009 12:30 PM |
| Scripts are usually safe. Do you want to allow scripts to run ? | Ebadaah | Technology & Internet | 4 | 02-07-2009 12:10 PM |
| How to Run Shell Scripts ? | Denisez | Tips & Tweaks | 1 | 28-03-2009 12:52 PM |