Why Is Text Driver Access/Excel (DAO) Is Slow?
I'm using the Access/Excel (DAO) driver to connect to (*.csv) files, but every time I change the location of the file, it takes around 30 seconds before the change is made...
Any idea about this? Could it be because of the Access/Excel (DAO) driver? If i'm using (*.csv) files with this driver, is there a conversion that could take that long?
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
MySQL ODBC 3.51 Driver Very Slow!
I am using the MySQL ODBC 3.51 driver to link three relatively small MySQL tables to a Microsoft Access 2003 database. I am finding that the data from the MySQL tables takes a hell of a long time to load making any kind linkage with my Access data virtually useless. I have the MySQL driver setup in as a USER DSN. The MySQL data is sitting out on a server and the Access database is running locally.
MySQL / MS Access Connection/driver
I'm trying to allow users to connect to my mysql database that is stored on a shared drive through MS Access. I've set up the user with a username and pw and set up a "file" odbc connection in the database. I can connnect using this, the driver prompts me for username and pw. no problem. But other users on the same network can't use this. They don't get the prompt for the driver/login. Could this be because they don't have the driver installed? Is there a way to run the driver from the server?
Excel To Access, Anyone Has Done It?
Well, I have changed that xls file to csv file. I also got the fgetcsv() function, there are plenty of examples in the php.net page ... It seems that it is possible to make a function that will give us a select statement which if run on the sql, will do the job. Wondering, if anyone has actually done it, I mean, if anyone has actually moved an excel table to mysql. Would you mind to share your code, if any? Or tips or hints,
ODBC Driver Problem In Limited Access Account
I am in need of some advice. We are running a client/server program and are using mysql for the database. We have a server running our main application, and then we install clients out in the field. They communicate to the server over the facility's standard network. The problem comes in when we hit a client computer that is not normally logged on as an administrator. We switch to the account with administrative rights so we can install our client software, and after the install the program runs fine. When we switch back to the user account with limited access, the program runs but cannot connect to the databases on the server. The ODBC drivers are loaded in the System DSN but are not working properly. If you try to configure them while you are in the limited access account it tells you that the driver cannot be found and that we should reinstall it. Is there anyway to get these drivers working under a limited access account?
Slow Db Access
I have worked with a few mysql dbs on different servers but i have recently been asked to work with one on nicnames. It seems horribly slow. Working in phpMyAdmin (which i had to install myself) it takes ages when i want to do anything. View the table structure, view the data..etc. Any way i can test the speed so that i can compare it against another server i work with and proove there is a speed issue and take it to nicnames cus it is crazy and is going to affect the speed of the website!!
MS ACCESS Frontend SLOW
Having fought my way through getting ODBC running with Access and MySql, I now find its like watching paint dry when I go to look at a table with Access, including scrolling down/doing a query. Is this the best I will get??? or have I missed something.
Access Frontend Searching Slow
I am running mysql on a gentoo linux box and I am using it to store data for my family. I am interested in migrating them from an access database to mysql while still using access as a frontend. However while doing preliminary testing I realized that searching through access was very slow, e.g. the <ctrl + f> find method takes a few minutes to procure a single match. The database has two tables, one table containing personal information, with about 500 records and 9 fields, and the second containing sales records, with about 1000 records and 5 fields, linked together by a id number relationship. Access is set up with two forms, one for entering new personal information, and another form for entering a sale. In the sale form, I link data from the personal information table while hiding the id number because its easier to recognize a name rather than an id number. What my ideal goal is for them to <ctrl + f>, enter in the last name of the person, and proceeed to enter in a new sale without the process taking 5+ minutes. Is there an alternative to the find command that we can use to speed up the data. The machine on which the server is running has VERY limited system resouces, a pentium III 550 mhz processor, 256 megs ram, and a 20 gig hdd, but somehow, I know the problem is with the way that I am trying to find data rather than the limited resources of the serving machine.
Slow Table Access On Local Machine
I'm running MySQL 4.1.7-nt on my laptop, and I'm accessing it through ODBC (MyODBC-3.51.10-x86-win-32bit). I'm developing a .NET web application, but I don't think that's relevant. I already had the application running OK on my desktop, and when I created the same environment on the laptop, retrieving trivial amounts of data (5 rows) from a table is taking 6 seconds. Updates the same. IN otherwords any table access takes 5 or six seconds. (Table only has about twenty rows in it). I can connect to the database on the laptop from the desktop (i.e - application runs on desktop, retrieves data from laptop - works fine, not noticeably slower than local on desktop. If I connect the other way - application on laptop, database on desktop, it runs just as slowly as locally. The effect is the same whether I connect to 127.0.0.1 or via the machine name. Code:
MySQL To Excel -- Setting Column Width In Excel?
Is it possible to set the width of a column in Excel when exporting a table from MySQL to Excel? If so, how is it done and what other type of formatting can be done (ie, bold, background color, etc?)
MS SQL Driver
I have mysql installed on a linux box along with apache, tomcat. I need to make a connection to a server with windows NT running MS SQL 2000, does anybody recommend a good odbc:jdbc driver to install on the linux system?
IPS Driver Error
I am getting two errors on a forum. The first is an IPS Driver Error: IPS Driver Error There appears to be an error with the database. You can try to refresh the page by clicking here the second is this (in PHPMyAdmin):
MySql Driver?
I would like to know what kind of problem could trigger this error: Quote: Fatal error: Uncaught exception 'Zend_Db_Adapter_Exception' with message 'The mysql driver is not currently installed' in C:wampwww estlibraryendDbAdapterPdoAbstract.php:79 I am using the Zend Framework and I am simply trying to insert data in a table. How could I install a mysql driver? phpmyadmin works fine.
MyODBC Driver
Trying to use MySql 5.0.27 with Dreamweaver MX & PHP & Apache In "Inside Dreamweaver MX" the authors state 'If you're using MySQL as your DBMS, you need to use the MyODBC driver to create your DSN's See Appendix C for full coverage of obtaining & setting up MyODBC' Unfortunately Appendix C does not mention MyODBC although is does mention MySQL. They are referring to an earlier version of MySQL (3.23) and show setting up the DSN in windows. My problem is I cannot see the MyODBC driver. Is this a separate download?
MyODBC Driver
I have winxp as OS & my php folder is located in c:XXXXphp. I am getting these errors while running a php code- Warning: mysqli::mysqli() [function.mysqli-mysqli]: (28000/1045): Access denied for user 'ODBC'@'localhost' (using password: NO) in C:wampwwwprosenjitOODatabase.class on line 16 Warning: mysqli::query() [function.mysqli-query]: Couldn't fetch mysqli in C:wampwwwprosenjitOODatabase.class on line 32 Database is not available. Try again later Will installing 'MyODBC Driver' solve my problem? What other things should i ensure so as not to get these error.I have WAMP5 installed.
Could Not Find Driver 3.51
This is my first time trying to use MySQL and I can't connect to the databace in the enviorment it says that the Driver 3.51 was not found. Can anybody tell me how to fix that?
Connection Driver
May i noe wads is connection driver for MYSQL? i need it for the ADO connection between ASP and Database..
Org.gjt.mm.mysql.Driver
I'm using some 3rd-party JSP tag libraries and Java classes in my JSP, and get the following error when I run it: java.lang.ClassNotFoundException: org.gjt.mm.mysql.Driver Does any one know where this class sits, so that I can include it in the CLASSPATH.
No MyOLEDB Driver Download Available
The download on your website for the MyOLEDB Driver is not working it says : "That file does not exist on our download mirrors." So how would I go about obtaining the driver?
Mac OS X: How Do I Identify A MySQL DB Driver?
My environment: Mac OS X (10.3.8) "Panther" This is a very simple question from a neophyte slamming into brick walls. I'm trying to connect Qt C++ (and XCode/Obj-C) to mysql database. I'm assuming that the necessary DB driver comes with the standard mysql instillation (like via DarwinPorts on the Mac OS X (10.3.8). I'm also assuming that the driver is a dynamic library. 1) How do I know that I have it? 2) What does it look like? I'm guessing 'libmysql3.dynlib' or something like this. 3) Is there an env variable to assign its path (for Darwin 7.8 --- BSD Unix)? 4) Or need I just hard link it during the make.
About Java Driver In Solaris 10
I am planning to take admission to MCA and also planning to do my project using Solaris platform can anyone tell me how to configure MySql on Solaris as well as how to use database connectivity with java i have downloaded connector for java but its not working.
New Version Of The ODBC Driver
Anybody know when the new version of the ODBC Driver is gonna be out? I'm using 3.51.11-1, but I'm having problems transferring information from SQL Server.
MySQL ODBC Driver 3.51
The table it is selecting on contains 64 rows. here is an example piece of code: strSQL = SELECT DISTINCT id from table where id = 10 set conn = CreateObject("ADODB.Connection") conn.Open "Driver={MySQL ODBC 3.51 Driver}; Server=as3;Database=name","user","password" set rs = conn.execute(strSQL) 'next line of code' It takes 5 seconds plus to get the the next line of code from "set rs = conn.exec......."
JKDBC Driver Could Not Be Loaded
I am trying to run connection to MySql via mysql-connector-java-3.0.14-production-bin.jar but I am getting the following error: XXX Class Not Found: JDBC driver com.mysql.jdbc.driver could not be loaded db.driver=com.mysql.jdbc.driver db.url=jdbc:mysql://localhost:3306/ hibernate.dialect=cirrus.hibernate.sql.MySQLDialect provider.db=mysql When I am running the plugin in Intellij to MySql I keep getting the same error.
ODBC Driver Problem
I was successfully loading a table from ACCESS up to my host MySQL using the 3.51 ODBC driver. Then I upgraded my Windows 2000 sp3 to sp4 (and I think Microsoft updated Office at that time as well along with doing some security fixes.) Now Windows and ACCESS work, but I when transferrirng I get: "ODBC - call failed [MySQL][OBDC 3.51 Driver] User cancelled (#0)" or "Microsoft Access has encountered a problem and needs to close. We are sorry for the inconvenience." Any clue as to what's calling this? I though about re-installing Access, but it looks like you have to re-install the whole Office if I do. I tried a repair on Access and also re-installed the dirver. No change.
ODBC Driver Setup
I have setup an ODBC driver for my MySQL database and use a 3rd party program to connect to it. Everytime the software connects, the ODBC driver setup screen pops up. I have to click OK on it to continue. I set the parameter "Dont prompt on connect" in the options but this has not solved the issue. The system setup is Win2K SP2, MySQL 4.0.15, MySQL ODBC driver 3.51.
Forum (IPS Driver Error)
Whenever i go to send a PM in my invision forum the following error comes up, Quote: mySQL query error: SELECT m.mgroup_others, m.id, m.name, m.members_disable_pm, m.members_display_name, m.msg_total, m.view_pop, m.email_pm, m.language, m.email, me.vdirs, g.g_max_messages, g.g_use_pm FROM forummembers m, forumgroups g LEFT JOIN forummember_extra me ON (m.id=me.id) WHERE LOWER(m.members_display_name) IN ('jabski') AND m.mgroup=g.g_id SQL error: Unknown column 'm.id' in 'on clause' SQL error code: Date: Thursday 19th 2006f January 2006 08:53:58 PM any idea what this is, i have reinstalled the forum twice and refreshed the database twice
MySQL ODBC 3.51 Driver
I have just installed the MySQL ODBC driver 3.51 on an XP machine which is behind a proxy.When I configure my DSN, I can't access the MySQL server which is in the "outside" world.I get this error: [MySQL] [ODBC 3.51 Driver] Unknown MySQL Server Host 'mysqlserver.com' (11004) When I click the [Configure] button in my DSN configuration, I cannot see any field to define a proxy.
JDBC Driver Licensing And Distribution
We are developing a Report Generator that works with a number of databases. In order to add support for MySQL, I need to understand the implications of using the JDBC driver, and the effect it will have on the closed-source application using it. The question is: does the application making call on the GPLed JDBC driver come under GPL? The driver itself is not going to be extended/reworked in any way, but used "as is". A related question: can the driver be freely distributed (bundled) with a commercial application? I never worked with MySQL, and hope that someone could shed some light on this issue.
Mysql Jdbc Driver Problem
I am trying to connect to mysql database using connector/J jdbc driver this is my code import java.sql.Connection; import java.sql.DriverManager; import java.sql.SQLException; import java.util.*; class JdbcTest1 { public static void main(String[] args) { // Connection conn = null; // Statement st = null; //R........................
How To Establish A Connection Using ODBC Driver
i am comepletely new to the world of mySQL and really programming. i have downloaded and installed mySql and the ODBC driver. my understanding is that i can use java to create databases, and sends the queries to mysql using the odbc driver. if i am wrong, please steer me in the correct path. further, i need to know what jav code i need to use to connect, using odbc connector, with mysql.
ASP - MySQL Driver Connection Failure
I've installed MySQL, and set up a database (TestDB). I'm using the following ASP code to connect to it: set objConnVar=Server.CreateObject("ADODB.Connection") set objRSVar=Server.CreateObject("ADODB.RecordSet") objConnTempVar="DRIVER={MySQL};" objConnTempVar=objConnTempVar & "SERVER=localhost;" objConnTempVar=objConnTempVar & "DATABASE=TestDB;" objConnTempVar=objConnTempVar & "UID=root;" (I know I shouldn't use root, but it's for testing purposes) objConnTempVar=objConnTempVar & "PASSWORD=12345;" objConnVar.Open objConnTempVar When I attempt to access the database, I get the following error: Microsoft OLE DB Provider for ODBC Drivers (0x80004005) [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified /Routines/DatabaseRoutines.asp, line 94 I don't know how to determine the name of my driver. Most examples use either "{MySQL}" or "{MySQL ODBC 3.51 Driver}", neither of which work for me. I prefer to use the ADO connection, rather than DSN, as I understand ADO is faster. I did install the MySQL Connector, and verified it's connection in the ODBC panel.
MySQL ODBC Driver Error
I am using C# to edit and view a MySQL database. I have added the ODBC driver for MySQL to my computer and I can add the database to my project in Visual Studio. At first it gives me an error and I have looked in other forums and found that there are two periods were their should only be one and I have since corrected this by editing the statementment in the designview with... SELECT * FROM `mu`.`environment` instead of SELECT * FROM `mu`..`environment` At this point when I click finish, VS2005 says there were errors generated with the tableadapter configuration, specifically the SELECT statement. ERROR [HY010][MySQL][ODBC 3.51 Driver][mysqld-5.0.26-community-nt] If I continue anyways I can preview the data just fine, however if I add a datagridview to my form it is blank. In the design view, it is not displaying any of columns. It is like the columns don't exist. What am I doing wrong? Also, I see there is a ADO.NET driver for MySQL, would that work better and if so how can I add the database to my project.
Handheld And Mysql Connector/j Driver
can i use mysql connector /j driver in hanheld devices for connecting my handheld database through java application to the mySQl server database which is residing on desktop. Code:
View Creation And Jdbc Driver
Does someone know if it is possible to create a view on a table with the 4.0.18 mysql version ? And does someone know which Jdbc driver to use with the 4.0.18 mysql version ?
Getting Rid Of The Failed Setups In MyODBC Driver?
Anyone with any experience with MyODBC 3.51 linking MySQL tables to MS Access 97 please tell me how I can clear the miscellaneous, failed setup attempts from under the Machine Data Source tab on the Select Data Source window? Everytime I clicked "NEW", trying variations of configuration options in hopes of making it work resulted in a new Machine Data Source being set up. Now I have to look at all the failed ones along with the one successful configuration everytime I use it to renew my attachments. Ideas on how to get rid of 'em?
File System Driver For Mysql
Has anyone ever heard of a Windows file system driver that can connect to MySQL? This would be useful to mount a table in the database as a drive, and then treat the records as if they were files. Then one could open and edit the 'files' with a text editor, image viewer, etc. Of course, the table would have to follow certain semantics, like having a file name field, time stamp, data field, etc.
MySQL ODBC Driver In DataLink
I'm trying to use the Windows DataLink (udl) to set up a connection to a MySQL database. I've installed the 3.51 ODBC driver from the MySQL website - however, using a DataLink, it doesn't show up as a DataSource - How can I get it recognized there?
File System Driver For Mysql
Has anyone ever heard of a Windows file system driver that can connect to MySQL? This would be useful to mount a table in the database as a drive, and then treat the records as if they were files. Then one could open and edit the 'files' with a text editor, image viewer, etc. Of course, the table would have to follow certain semantics, like having a file name field, time stamp, data field, etc.
Configure MySQL ODBC Driver
I'm working on a MFC application and I need to be able to prompt the window "MySQL ODBC 3.51 Driver - DSN Configuration" for the user to configure a dsn connection... This is like selecting the "ODBC Data Source Administrator", selecting the File DSN tab, clicking one of the dsn links and then pressing configure... Is there a way to prompt this precise window programmatically?
Software Rollout: Configuring Mysql Driver
When rolling out software that uses a mysql backend, how is it possible to configure the odbc driver for mysql during the installation process of the software? Is there anyway to do this via command line, installshield, batch files..? What would one do if individuals were not "computer literate", and would not how to go about setting up the driver themselves or to make it easier, the software would automatically do it for them?
Can I Use Asp And ODBC Driver To Connect To MySql Database
I just migrated my access db to mysql and I'm trying to figure out how change my connections and code for mysql, I was told that I would have to use php, but I also read that it can be done with asp using an ODBC driver which I have installed on my server. If I use the ODBC driver would I be able use the same SQL that I used to connect to the access DB? what other issues would there be?
ODBC Driver Setup - Don't Prompt On Connect
I have setup an ODBC driver for my MySQL database and use a 3rd party program to connect to it. Everytime the software connects, the ODBC driver setup screen pops up. I have to click OK on it to continue. I set the parameter "Dont prompt on connect" in the options but this has not solved the issue. The system setup is Win2K SP2, MySQL 4.0.15, MySQL ODBC driver 3.51.
SQLColumns Function And MySQL ODBC Driver
The MySQL ODBC driver returns an error when calling SQLColumns function with an empty Table parameter: [MySQL][ODBC 3.51 Driver][mysqld-4.0.18-nt]Can't use wildcards in table name Is there a newer version which supports wildcards in table name? Actually I don't really need wildcards, but I need to get the list of all columns in all tables.
Driver Failed To Set The Internal Dynamic Result
Server: Suse 9.2 DB: MySQL 4.0.21 Error: [MySQL][ODBC 3.51 Driver][mysqld-4.0.21]Driver Failed to set the internal dynamic result I am writing an app in VB.Net. I get the above error whenever i try to update the recordset using RS.Update. I can retrieve and read records fine.
ODBC Driver Does Not Support The Requested Properties
I'm trying to log data to a certain schema on MySQL 5 server via DSN. MySQL connector/ODBC driver version is 3.51., running in Win XP. *Sometimes* I receive the following error: --- An error occurred calling 'LogResults' in 'DBLog' of 'DBLog 1.0 Type Library' An error occurred executing a statement. Schema: My Recordset. Statement: My_Table. ODBC driver does not support the requested properties. Description: ODBC driver does not support the requested properties. Number: -2147217887 NativeError: 0 SQLState: Reported by: Microsoft OLE DB Provider for ODBC Drivers Source: DBLog --- The worst thing is that sometimes everything seem to be ok but no data is logged to database! This case is very confusing, the logging has been successfull before and I've not been able to trace this. I've checked the basics (SQL syntax, schema priviledges, ...).
MySQLerror: Data Source Name Not Found And No Default Driver Specified
using this connection string; "DRIVER={MySQL ODBC 3.51 Driver};SERVER=localhost;PORT=3306;DATABASE=dbtest; USER=root;PASSWORD=admin;OPTION=3;" i still encounter this message: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified my connection works on the server.. but it doesnt work in clients?
Excel 2 CSV Into PhpMyAdmin
is there a trick to saving Excel spreadsheets into a CSV format that will import into phpMyAdmin without errors?? my CSV files have all kinds of errors, including loading the wrong fields. I use Excel [office 2k version] on Win2k phpMyAdmin 2.5.3-rc3 with MySQL 3.23.56
Excel Import
I am trying to import a large excel spreadsheet into a mysql 5 table. All fields import correctly but only one continues to give "null" data after import. It is a column set to Text on excel that contains data with the following format: 06/123456 Two digits for the year and a number up to six digits. The relevant column in my mysql table is a varchar 10. I suspect that the "/" creates problems. Must I replace all "/" in my excel with "//" before importing?
|