Mailing List
Home
Forum Home
MySQL General - General MySQL discussion
MySQL++ - Programming with the C++ API to MySQL
MaxDB - Everything about MaxDB, formerly known as SAP DB
ODBC - ODBC with the MySQL Connector/ODBC driver
MySQL on Win32 - Runing MySQL on Windows 9x/Me/NT/2000/XP
Java Help - Mostly related to the MySQL Connector/J driver
Perl - Perl support for MySQL with DBI and DBD::mysql
GUI - MySQL GUI Tools
Announcement
Subjects
mysql openssl Question
mysql:it 's a db not a dbms how it 's possible?!
Does the binary log enabling affect the MySQL performances?
Strange behavior, Table Level Permission
FULLTEXT query format question
Preventing Duplicate Entries
Comparing and writing out BLOBS
Executing MySQL Commands From Within C Program
Can 't access mysql after kernel upgrade
Mysql 4 0 Oracle Stored Procedure Trigger Conversion
Downgrade Mysql from 4 to 3 23
MySQL Cluster Software
mysql test 4 1 fails with the gis test
ERROR 2002: Can 't connect to local MySQL server through socket
Getting Identity after INSERT
Update one field with more fields from another table
ERROR 1045: Access denied for user: 'root@localhost ' (Using
password: NO)
mysql have same function mthod as Oracle decode()
 
Views accessed as table in MS Access

Views accessed as table in MS Access

2006-11-10       - By C K

 Back
Reply:     1     2     3  

Hello,
I am using MySQL 5.0.17 and MyODBC 3.51.12 with MS Access 2003/Xp with Jet
4.0. Currently it is not giving the normal problem of Access while inserting
new records (#deleted), but when a View created in database is linked with
MS Access it is not giviing correct results.
e.g. There are two tables 'Accdocs' ad 'Accdoctransactions'. Each
Accdoctransactions has a reerence in Accdocs (MasterDocId-->AccdocId). I
have to access all records from Accdocs and Accdoctransactions. When I
create a view for the same, it is giving correct results when the view is
opened using MySQL Query Browser. Then if I link that table in any MS Access
file, as a linkedtable, it is not gving me correct results. Even I create
the same view as a query it gives same results as Query browser. What is
going wrong? If I use MS SQL Server 2000 then it gives correct results for
above situation.
Is it MySQL ODBC driver probelm? and if yes it is solved in latest ODBC 5
version? or is it Access error? Please help. It's urgent.
Thanks,
CPK