![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Is there a way for me to write a batch file to run an SQL statement in a Pervasive table. Or is there a way to write a VB script to execute the SQL statement. Or is there any free software that will help me do either of these 2 things. |
#3
| |||
| |||
|
|
If you have PSQLv9 and are doing SQL statements that do not return any data, then the included PVDDL tool will work just fine. If you have an older version, or you need return codes back, or more flexible "INSERT from file" capabilities, then our SQLExec tool is a good place to start. It's not free, but the cost is fairly low. Go to www.goldstarsoftware.com/sqlexec.asp to see what it can do. |
#4
| |||
| |||
|
|
Bill Bach wrote: If you have PSQLv9 and are doing SQL statements that do not return any data, then the included PVDDL tool will work just fine. If you have an older version, or you need return codes back, or more flexible "INSERT from file" capabilities, then our SQLExec tool is a good place to start. It's not free, but the cost is fairly low. Go to www.goldstarsoftware.com/sqlexec.asp to see what it can do. Can sqlexec be used to extract data from one odbc database and insert it into another? Say, on a PC we have two ODBC databases called : production mis Could sqlexec run statements such as insert into mis.table (<field_list>) select <field_list> from production.table where production.table.field = <some_value Guy -- -------------------------------------------------------------------- Guy Dawson I.T. Manager Crossflight Ltd gnues (AT) crossflight (DOT) co.uk |
#5
| |||
| |||
|
|
Is there a way for me to write a batch file to run an SQL statement in a Pervasive table. Or is there a way to write a VB script to execute the SQL statement. Or is there any free software that will help me do either of these 2 things. |
![]() |
| Thread Tools | |
| Display Modes | |
| |