Quantcast
Channel: MySQL Forums - Microsoft Access
Viewing all 487 articles
Browse latest View live

Problems migrating Access to MySQL (1 reply)

$
0
0
Hello,
I've encountered problems migrating an Access 2007 Database (only tables) to MySQL Server 5.6.24 in a Windows XP 32 bits.
I've installed the appropiate ODBC Access driver (32 bits) and MySQL Workbench 6.3.6.
When I reached the end of the proccess, when transferring data, I encountered a problem with the ODBC driver:
Some of the tables have problems when executing SQLExecDirect because of error 07002 of the driver indicating a lack of parameters. But as you can see other tables copy the information without any problems.
I append the error code located under SQLDirectExec documentation.
Thanks in advance.

07002
COUNT field incorrect
The number of parameters specified in SQLBindParameter was less than the number of parameters in the SQL statement contained in *StatementText.
SQLBindParameter was called with ParameterValuePtr set to a null pointer, StrLen_or_IndPtr not set to SQL_NULL_DATA or SQL_DATA_AT_EXEC, and InputOutputType not set to SQL_PARAM_OUTPUT, so that the number of parameters specified in SQLBindParameter was greater than the number of parameters in the SQL statement contained in *StatementText.

"`CAP`.`Ptos_singulares`:Copying 6 columns of 3259 rows from table ."Ptos_singulares"
`CAP`.`Ptos_singulares`:Finished copying 3259 rows in 0m01s
ERROR: `CAP`.`Sub_Informes`:SQLExecDirect(SELECT "IdInforme", "Empresa", "Aux", "Sección", "Servicio", "HoraInicio", "HoraFin" FROM "Sub_Informes"): 07002:1-3010:[Microsoft][Controlador ODBC Microsoft Access] Pocos par�metros. Se esperaba 1.


ERROR: `CAP`.`Sub_Informes`:Failed copying 20756 rows
ERROR: `CAP`.`Respuesta`:SQLExecDirect(SELECT "Fecha_envio", "IdRI", "CódRef", "Ref_emp", "Empresa", "Operador", "IdDep", "Supervisor", "TipoFallo", "CausaFalloSupuesta", "DuraciónFalloEstimado" FROM "Respuesta" ORDER BY "IdRI"): 07002:1-3010:[Microsoft][Controlador ODBC Microsoft Access] Pocos par�metros. Se esperaba 2.


ERROR: `CAP`.`Respuesta`:Failed copying 689 rows
`CAP`.`Sub_CableFO`:Copying 6 columns of 1256 rows from table ."Sub_CableFO"
`CAP`.`Sub_CableFO`:Finished copying 1256 rows in 0m41s
`CAP`.`EmpalmeFO`:Copying 7 columns of 163 rows from table ."EmpalmeFO"
`CAP`.`EmpalmeFO`:Finished copying 163 rows in 0m05s
ERROR: `CAP`.`Personal`:SQLExecDirect(SELECT "IdDEP", "CódRES", "NOMBRE", "CARGO", "Email", "TlfEXTERIOR", "TlfINTERIOR", "MóvilEXTERIOR", "MóvilINTERIOR", "FaxEXTERIOR", "FaxINTERIOR", "BUSCA", "ABONADO" FROM "Personal"): 07002:1-3010:[Microsoft][Controlador ODBC Microsoft Access] Pocos par�metros. Se esperaba 3."

MS Acces Migration Isue (1 reply)

$
0
0
I get the error below but not sure what to do to overcome it.
Haveing had a look at other errors in these forums I do not have any foreign characters

MYSQL workbench 6.3.3.0 build 592 32 bit


Starting...
Connect to source DBMS...
- Connecting to source...
Connecting to ...
Opening ODBC connection to DSN=SLtDb...
Traceback (most recent call last):
File "C:\Program Files\MySQL\MySQL Workbench 6.3 CE\modules\db_msaccess_re_grt.py", line 697, in connect
return MsAccessReverseEngineering.connect(connection, password)
File "C:\Program Files\MySQL\MySQL Workbench 6.3 CE\modules\db_msaccess_re_grt.py", line 148, in connect
con = db_driver.connect(connection, password)
File "C:\Program Files\MySQL\MySQL Workbench 6.3 CE\workbench\db_driver.py", line 91, in connect
connection = library.connect(connection_string, password=password)
pyodbc.Error: ('HY000', 'The driver did not supply an error!')
Connecting to ...
Opening ODBC connection to DSN=SLtDb...
Traceback (most recent call last):
File "C:\Program Files\MySQL\MySQL Workbench 6.3 CE\modules\db_msaccess_re_grt.py", line 697, in connect
return MsAccessReverseEngineering.connect(connection, password)
File "C:\Program Files\MySQL\MySQL Workbench 6.3 CE\modules\db_msaccess_re_grt.py", line 148, in connect
con = db_driver.connect(connection, password)
File "C:\Program Files\MySQL\MySQL Workbench 6.3 CE\workbench\db_driver.py", line 91, in connect
connection = library.connect(connection_string, password=password)
pyodbc.Error: ('HY000', 'The driver did not supply an error!')

Traceback (most recent call last):
File "C:\Program Files\MySQL\MySQL Workbench 6.3 CE\workbench\wizard_progress_page_widget.py", line 66, in run
self.func()
File "C:\Program Files\MySQL\MySQL Workbench 6.3 CE\modules\migration_source_selection.py", line 443, in task_connect
raise e
SystemError: Error("('HY000', 'The driver did not supply an error!')"): error calling Python module function DbMsAccessRE.connect
ERROR: Error during Connect to source DBMS: Error("('HY000', 'The driver did not supply an error!')"): error calling Python module function DbMsAccessRE.connect
ERROR: Exception in task 'Connect to source DBMS': SystemError('Error("(\'HY000\', \'The driver did not supply an error!\')"): error calling Python module function DbMsAccessRE.connect',)

Failed

Access to MySQL autonumber fields... (1 reply)

$
0
0
I recently used (for the first time) the Migration Workbench to transfer data from an ACCESS DB to MySQL. I noticed that when finished, my Key (autonumber) fields hadn't been migrated. Did I do something wrong? I will continue to use Access as a front end, so it's critical that these fields be carried forward.

Thank you!

Convert an Access database using charset iso-8859-1 (1 reply)

$
0
0
Hi,

I have an Access database using charset iso-8859-1 which I want to convert to MySQL. But the MySQL version has been converted in utf-8 in the same time.
I don't remember having been asked if I wanted my data to be converted to utf-8 during the process, did I missed somthing ?
Is it possible to convert to MySQL and keep data in iso-8859 ?

Thanks

MS Access to MySQL Migration Error (no replies)

$
0
0
I'm getting this error during the Reverse Engineering step using the migration tool in MySQL Workbench 6.3:

Starting...
Connect to source DBMS...
- Connecting...
Connecting to ...
Opening ODBC connection to DSN=GroupHiitVideos...
Connected
Connect to source DBMS done
Reverse engineer selected schemas....
Reverse engineering GroupHiitVideos from def
- Reverse engineering catalog information
- Preparing...
Traceback (most recent call last):
File "C:\Program Files\MySQL\MySQL Workbench 6.3 CE\modules\db_msaccess_re_grt.py", line 751, in reverseEngineer
return MsAccessReverseEngineering.reverseEngineer(connection, catalog_name, schemata_list, context)
File "C:\Program Files\MySQL\MySQL Workbench 6.3 CE\modules\db_msaccess_re_grt.py", line 265, in reverseEngineer
routine_count_per_schema[schema_name] = len(cls.getProcedureNames(connection, catalog_name, schema_name)) + len(cls.getFunctionNames(connection, catalog_name, schema_name)) if get_routines else 0
File "C:\Program Files\MySQL\MySQL Workbench 6.3 CE\modules\db_msaccess_re_grt.py", line 227, in getProcedureNames
cls.get_connection(connection).cursor().procedures() ))
pyodbc.ProgrammingError: ('42000', "[42000] [Microsoft][ODBC Microsoft Access Driver] Undefined function '|' in expression. (-3102) (SQLProcedures)")

Traceback (most recent call last):
File "C:\Program Files\MySQL\MySQL Workbench 6.3 CE\workbench\wizard_progress_page_widget.py", line 192, in thread_work
self.func()
File "C:\Program Files\MySQL\MySQL Workbench 6.3 CE\modules\migration_schema_selection.py", line 175, in task_reveng
self.main.plan.migrationSource.reverseEngineer()
File "C:\Program Files\MySQL\MySQL Workbench 6.3 CE\modules\migration.py", line 369, in reverseEngineer
self.state.sourceCatalog = self._rev_eng_module.reverseEngineer(self.connection, self.selectedCatalogName, self.selectedSchemataNames, self.state.applicationData)
SystemError: ProgrammingError("('42000', "[42000] [Microsoft][ODBC Microsoft Access Driver] Undefined function '|' in expression. (-3102) (SQLProcedures)")"): error calling Python module function DbMsAccessRE.reverseEngineer
ERROR: Reverse engineer selected schemas: ProgrammingError("('42000', "[42000] [Microsoft][ODBC Microsoft Access Driver] Undefined function '|' in expression. (-3102) (SQLProcedures)")"): error calling Python module function DbMsAccessRE.reverseEngineer
Failed

Any suggestions for fixing this?

ACCESS migration Characterset German (no replies)

$
0
0
I'm trying to transfer an ACCESS database to mySQL adnd strictly followed this guide:
https://dev.mysql.com/doc/workbench/en/wb-migration-database-access.html

Almost everything works fine, but copying data to target RDBMS fails if a source table has special German characters like ÄÖÜäöüß in the fieldnames: these records are not copied. But: The structure is created fine, showing these special characters correctly in mySQL.

The source character set is left as proposed cp1252.

I prepared an example from the Northwind.mdb || German: Nordwind.mdb using only one orginal table: Orders || Bestellungen. This has such fieldnames like "Empfänger" or "Straße". I copied this table into "BestellungenWITHOUT", replacing the ÄÖÜäöüß with "X" in the fieldnames: The import results in
0 records for Bestellungen
830 records for BestellungenWITHOUT (as should be).


The message log shows:
1660 total rows in 2 tables need to be copied:
- ."Bestellungen": 830
- ."BestellungenWITHOUT": 830
Determine number of rows to copy finished
Copy data to target RDBMS....

Migrating data...
wbcopytables.exe --odbc-source="DSN=Microsoft Access-Datenbank" --target="root@localhost:3306" --progress --passwords-from-stdin --thread-count=2 --source-rdbms-type=MsAccess --source-charset=cp1252 --table-file=c:\users\username\appdata\local\temp\tmp4xeivz
Loading table information from file c:\users\username\appdata\local\temp\tmp4xeivz

ERROR: `NORDWIND`.`Bestellungen`:SQLExecDirect(SELECT "Bestell-Nr", "Kunden-Code", "Personal-Nr", "Bestelldatum", "Lieferdatum", "Versanddatum", "VersandÜber", "Frachtkosten", "Empfänger", "Straße", "Ort", "Region", "PLZ", "Bestimmungsland" FROM "Bestellungen"): 07002:1-3010:[Microsoft][ODBC Microsoft Access Driver] 3 Parameter wurden erwartet, aber es wurden zu wenig Parameter �bergeben.


ERROR: `NORDWIND`.`Bestellungen`:Failed copying 830 rows
`NORDWIND`.`BestellungenWITHOUT`:Copying 14 columns of 830 rows from table ."BestellungenWITHOUT"
`NORDWIND`.`BestellungenWITHOUT`:Finished copying 830 rows in 0m00s
FINISHED

14:50:15 [INF][ copytable]: --table "Bestellungen" `NORDWIND` `Bestellungen` "Bestell-Nr", "Kunden-Code", "Personal-Nr", "Bestelldatum", "Lieferdatum", "Versanddatum", "VersandÜber", "Frachtkosten", "Empfänger", "Straße", "Ort", "Region", "PLZ", "Bestimmungsland"

14:50:15 [INF][ copytable]: --table "BestellungenWITHOUT" `NORDWIND` `BestellungenWITHOUT` "Bestell-Nr", "Kunden-Code", "Personal-Nr", "Bestelldatum", "Lieferdatum", "Versanddatum", "VersandXber", "Frachtkosten", "EmpfXnger", "StraXe", "Ort", "Region", "PLZ", "Bestimmungsland"

14:50:15 [INF][ copytable]: Connecting to MySQL server at localhost:3306 with user root
14:50:15 [INF][ copytable]: Connection to MySQL opened
14:50:15 [INF][ copytable]: Setting charset for source data to latin1
14:50:15 [INF][ copytable]: Opening ODBC connection to [MsAccess] 'DSN=Microsoft Access-Datenbank;PWD=XXX'
14:50:15 [INF][ copytable]: ODBC connection to 'DSN=Microsoft Access-Datenbank;PWD=' opened
14:50:15 [INF][ copytable]: Connecting to MySQL server at localhost:3306 with user root
14:50:15 [INF][ copytable]: Connection to MySQL opened
14:50:15 [INF][ copytable]: Setting charset for source data to latin1
14:50:15 [INF][ copytable]: Opening ODBC connection to [MsAccess] 'DSN=Microsoft Access-Datenbank;PWD=XXX'
14:50:15 [INF][ copytable]: ODBC connection to 'DSN=Microsoft Access-Datenbank;PWD=' opened
14:50:15 [INF][ copytable]: Connecting to MySQL server at localhost:3306 with user root
14:50:15 [INF][ copytable]: Connection to MySQL opened
14:50:15 [INF][ copytable]: Setting charset for source data to latin1
14:50:15 [INF][ copytable]: Re-enabling triggers for schema 'NORDWIND'
14:50:15 [INF][ copytable]: No triggers found for 'NORDWIND'

Thanks for any proposal.

Error Migrating Access DB (1 reply)

$
0
0
Hello everyone!

I am using MySQL on my mac and I am trying to migrate an Access DB that I created to MySQL. I get to the Fetch Schemas List step when I get the following error:

Error("('HY000', '[HY000] [Actual][Access] no such function: SERVERPROPERTY (0) (SQLExecDirectW)')"): error calling Python module function DbMssqlRE.getServerVersion


Traceback (most recent call last):
File "/Applications/MySQLWorkbench.app/Contents/Resources/libraries/workbench/wizard_progress_page_widget.py", line 66, in run
self.func()
File "/Applications/MySQLWorkbench.app/Contents/Resources/plugins/migration_source_selection.py", line 444, in task_connect
raise e
SystemError: Error("('HY000', '[HY000] [Actual][Access] no such function: SERVERPROPERTY (0) (SQLExecDirectW)')"): error calling Python module function DbMssqlRE.getServerVersion
ERROR: Error during Connect to source DBMS: Error("('HY000', '[HY000] [Actual][Access] no such function: SERVERPROPERTY (0) (SQLExecDirectW)')"): error calling Python module function DbMssqlRE.getServerVersion
ERROR: Exception in task 'Connect to source DBMS': SystemError('Error("(\'HY000\', \'[HY000] [Actual][Access] no such function: SERVERPROPERTY (0) (SQLExecDirectW)\')"): error calling Python module function DbMssqlRE.getServerVersion',)

Failed


Any ideas what is going wrong? Complete newbie here.
Thanks!

No schemata listed for migration (1 reply)

$
0
0
I'm trying to migrate a MS Access database. First problem is the Database System pulldown in the Source Selection tab doesn't include MS Access as a choice. But it looks like my installation is complete. So I selected Generic RDBMS. I was able to select my Access database using a DSN and tested the connection. Continuing, Fetch Schemas List seemed to work fine, but Schemas Selection shows no schemata, and it won't let me proceed unless I select something. I'm using the latest Workbench, and Access 2013.

Migration MSAccess->MySQL in Workbench problems. (4 replies)

$
0
0
I don't understand how this works:

In Workbench 6.3.7 in Migration Wizard the Source Selection is set as:
1. I am choosing my source MSAcessDB in 'Source Selection' by selecting 'Microsoft Access' from the list of supported systems.
2. Connection Method='ODBC Data Source'.
Parameters:
3. DSN= 'MS Access Database (Microsoft Access Driver(*.mdb, *.accdb)'.
(I have set User DSN: arxwebtab1.mdb - 'MS Access Database (Microsoft Access Driver(*.mdb, *.accdb)' in ODBC Data Source Administrator (32-bit)).
4. Default Character Set='cp1252'.

The thing is that I could have MULTIPLE databases (*.mdb) being connected to this Microsoft Access ODBC Driver.
How does the system know which .mdb-file I am referring to by just setting the DSN to 'MS Access Database (Microsoft Access Driver(*.mdb, *.accdb)'??
How does it know I am now aiming at migration from 'arxwebtab1.mdb' and no other AccessDB??

BTW, when I put in these values and do 'Test Connection' I get 'Test Source DBMS Connection, Operation cancelled'.
When trying to go on into 'Fetch Schemas List' I get this:
ERROR: Exception in task 'Connect to source DBMS': SystemError('Error("(\'HY000\', \'The driver did not supply an error!\')"): error calling Python module function DbMsAccessRE.connect',)

SO I don't understand and I get an error..
What can I do?
Can you help me out??

TIA

MSAccess->MySQL Source Connection Parameters FAILED (2 replies)

$
0
0
Trying to do Migration MSAccess->MySQL.
In Workbench 6.3 x86 -> Database -> Migration Wizard -> Source RDBMS Connection Parameters I set:
Database System: Microsoft Access
Stored Connection: ""
Connection Method: ODBC Data Source
Parameters
DSN: MS Access Database (Microsoft Access Drive (*.mdb, *.accdb)
Default Character Set: cp1252

Test Connection gives: Operation Cancelled.

Why is this?

TIA

MS Access->MySQL, queries did not transfer at all (2 replies)

$
0
0
Just migrated an MS AccessDb (2003) to MySql.
100 tables were OK.
80 queries, here called Views and Procedures, did NOT transfer at all.
Message example:
MsAccess reverseEngineerViews: Cannot reverse engineer view "UserFTSearchQry"

Aren't queries normally being transferred?
Must I take the SQL code for every Access query, format it for MySQL, and manually copy it to MySQL?
TIA

AllowZeroLength vs NOT NULL (3 replies)

$
0
0
I'm converting an Access 97 app to MySQL with web pages and such via an AMP stack and I am a little confused over a couple of differences. I'm hoping I can get clarification here.

I've executed the Database Documenter in Access and have a rather large text file I'm using as a template to guide my schema development in MySQL (hope that's the right terminology). But, I'm kinda stuck on the issue of Access' AllowZeroLength and MySQL's NOT NULL attributes.

I'm under the impression that an AllowZeroLength setting of false would require that something be in that field. This seems to match up nicely with the NOT NULL attribute of a column in MySQL. First of all, am I correct on this?

Secondly, in Access I also see an attribute of 'Required', which is also a true/false condition, that in my mind seems redundant for a field. If an Access field has AllowZeroLength set to false and Required set to true, are they doing the same thing? It seems at first that I can accomplish the same thing in MySQL by merely setting the NOT NULL attribute on a field.

How's my thinking on this so far?

ODBC--call failed [MySQL][ODBC 5.3(w) Driver]pmysqld-5.7.15-log] Sort Aborted (no replies)

$
0
0
I have 3 tables in a MySQL Data Schema on which I am trying to perform a summary query in MS Access via ODBC. The query connects the tables via Left Joins, i.e., Table 1=>Table 2=>Table 3. The joined fields have indexes.

Table 1 contains about 1.9 million records
Table 2 contains about 15 thousand records
Table 3 contains about 100 records

The MySQL Schema is connected via System DSN using the 32-bit MySQL ODBC 5.3 Unicode Driver.

When I run the Query, I receive the following error message in MS Access:

++++++++++++++++++
ODBC--call failed.
[MySQL][ODBC 5.3(w) Driver]pmysqld-5.7.15-log]Sort Aborted: Query execution was interrupted, maximum statement execution time exceeded (#1028)
++++++++++++++++++

I haven't been able to find anything via multiple searches on the MySQL site or in other developer forums that illuminates the issue and why it is occurring.

Is this a ODBC or MySQL settings issue or setup issue or is it a Performance issue or other?

Missing Database System "Access" in Source Selection (1 reply)

$
0
0
Hi there,

Im missing the MS Access in Dropdown Menu at Source Selection in the Migration Tool to import the hole Access Database to MySQL. Whats wrong there, do I have to install something special!?

Error when migrating an Access database to MySql (1 reply)

$
0
0
I know there is another thread on this topic but there doesn't seem to be any response. When trying to migrate an access database to MySQL I am getting the following error on the step that comes after "Fetch Schemas List". I've done this before using the same database file but on another PC with no issues. I am running the most current version of MySQL Workbench. Can someone help me figure out this problem?
Thanks

Starting...
Connect to source DBMS...
- Connecting...
Connecting to ...
Opening ODBC connection to DSN=CMF-Processing...
Traceback (most recent call last):
File "C:\Program Files\MySQL\MySQL Workbench 6.3 CE\modules\db_msaccess_re_grt.py", line 697, in connect
return MsAccessReverseEngineering.connect(connection, password)
File "C:\Program Files\MySQL\MySQL Workbench 6.3 CE\modules\db_msaccess_re_grt.py", line 148, in connect
con = db_driver.connect(connection, password)
File "C:\Program Files\MySQL\MySQL Workbench 6.3 CE\workbench\db_driver.py", line 91, in connect
connection = library.connect(connection_string, password=password)
pyodbc.Error: ('HY000', 'The driver did not supply an error!')

Traceback (most recent call last):
File "C:\Program Files\MySQL\MySQL Workbench 6.3 CE\workbench\wizard_progress_page_widget.py", line 66, in run
self.func()
File "C:\Program Files\MySQL\MySQL Workbench 6.3 CE\modules\migration_schema_selection.py", line 164, in task_connect
if not self.main.plan.migrationSource.connect():
File "C:\Program Files\MySQL\MySQL Workbench 6.3 CE\modules\migration.py", line 201, in connect
self._rev_eng_module.connect(self.connection, self.password or "")
SystemError: Error("('HY000', 'The driver did not supply an error!')"): error calling Python module function DbMsAccessRE.connect
ERROR: Error during Connect to source DBMS: Error("('HY000', 'The driver did not supply an error!')"): error calling Python module function DbMsAccessRE.connect
ERROR: Exception in task 'Connect to source DBMS': SystemError('Error("(\'HY000\', \'The driver did not supply an error!\')"): error calling Python module function DbMsAccessRE.connect',)

Failed

No Schemata Listed for Access Migration (1 reply)

$
0
0
I've exact same symptoms as described in http://forums.mysql.com/read.php?65,646707,646707#msg-646707.

OS: Win 10 64 bit Professional
MySQL:
MySQL Workben: 6.3.7 build 1199 CE (64 bit) Community Edition
Access Product: Not Installed
Access ODBC Driver: 14.00.7010.1000 64 bit

As mentioned in above post: Documentation shows Access as an option in Database System combobox but I've not Access option so chose Generic RDBMS.

Database System: Generic RDBMS
Connection Method: ODBC Data Source
DSN: Valid DSN

Below is log from Fetch Schema List screen:


Starting...
Connect to source DBMS...
- Connecting to source...
Connecting to ...
Opening ODBC connection to DSN=BTLicUpd...
Connected
Connect to source DBMS done
Check target DBMS connection...
- Connecting to target...
Check target DBMS connection done
Retrieve schema list from source....
- Checking connection...
- Fetching catalog names...
- Fetching schema names...
- Fetching schema names from D:\Dev\BTechSoft\Received Files\BTLicense - Upd.accdb...
- Finished
Retrieve schema list from source finished
Finished performing tasks.

Now, clicking Next takes me to Schema Selection screen but there is no schema listed and the Next button is disabled.

I wrote a little PowerShell script and connecting to same DSN and it successfully lists all the tables. So, obviously the Access file itself is good; the DSN is good too. Something is amiss in MySQL Migration Utility.

PowerShell Script:

$conn = new-object System.Data.odbc.odbcconnection
$conn.ConnectionString = "DSN=<ValidDSN>;Uid=Admin;Pwd=<validPwd>;"
$conn.Open()
$schema = $conn.GetSchema("Tables")
echo $schema

Please help. Our ability to use MySQL in place Access hinges on successful migration of current Access db. Thanks.

Problem starting MySQL (5.5.16) Workbench (no replies)

$
0
0
Full and fresh install of MySQL 5.5.16. MySQL Workbench started ok.
After computer restarted, running MySQL WorkBench has encountered a problem, and I should close (or report the bug).
Information received in the dialog window:
Access to the path 'C:\Program Files (x86)\MySQL\MySQL Workbench CE 5.2.35\db_utils.pyc' is denied. Sexless marriage



How to repeat:
Click MySQL Workbench CE 5.2.35. The same error occured.

Workbench 6.3 CE Migration Error (no replies)

$
0
0
All,
I have an Access database that I need to migrate to MySQL57. When I try to do this I get the message below. The database is 1Gb. I have more than enough disk space on the windows drive as well as the storage drive where the instance resides. I am not sure what is going on here.



pyodbc.Error: ('HY001', '[HY001] [Microsoft][ODBC Microsoft Access Driver] The query cannot be completed. Either the size of the query result is larger than the maximum size of a database (2 GB), or there is not enough temporary storage space on the disk to store the query result. (-1812) (SQLProcedures)')

Regards,
David Langschied

Beginning and end of table (6 replies)

$
0
0
Is there a flag I can read which will tell me if the pointer is at the beginning or end of a table irrespective of order?

Stored Procedure And Corsor (6 replies)

$
0
0
Hi:

Want to use SP. Send it unique record id number, use that in a fetch and return the unique record id number of the record the cursor has moved to. Use that returned unique record id to load that corresponding record into form fields.

Question: Cursor is non-scrollable. You can only fetch rows in order determined by
select statement. So if I have two SP's, one with a SELECT DESC and another with a SELECT ASC, depending on which one I call, I can scroll back and forth using the two procedures.

Is that a correct assumption before I spend time on this?

Thanks.
Viewing all 487 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>