RE: Crystal Reports and MySQL

2003-03-31 Thread Adam Douglas
Sounds to me that you have some permission problems. I use Crystal Reports against MySQL and many other databases and it works fine. All you have to do is setup a ODBC DSN (user or system DSN) with a username and password. Make sure this user exists in MySQL so the user can get in. I would check yo

RE: MySQL with MyODBC & Access

2001-11-22 Thread Adam Douglas
having to MySQL drivers? > -Original Message- > From: Venu [mailto:[EMAIL PROTECTED]] > Sent: Friday, November 02, 2001 6:17 AM > To: Adam Douglas > Subject: RE: MySQL with MyODBC & Access > > Just download the dr

MySQL with MyODBC & Access

2001-10-23 Thread Adam Douglas
I've recently setup MyODBC and MS Access to use a ODBC profile that is global to everyone. What I did was make a new user in MySQL and then create a MyODBC User DSN. I made the links to MySQL in Access using this profile. The problem I'm having is this, when you initially go into MS Access

RE: InnoDB??

2001-09-26 Thread Adam Douglas
> On Wed, Sep 26, 2001 at 09:57:33AM -0600, Adam Douglas wrote: > : Is there a list of features that InnoDB provides? Is InnoDB > represented as a > : table type? The reason I'm asking all these questions and > require details is > : because MIS at where I work

RE: RE: Info Needed to Promote MySQL!!

2001-09-26 Thread Adam Douglas
> as appealing for most people. One of the changes that I > intend to make > is to allow the code to be smart enough to determine whether the user > has insert/update/delete permissions (verses just select) in which > case, it will link them to the master copy instead of a slave > for read

InnoDB??

2001-09-25 Thread Adam Douglas
I've just recently heard about InnoDB. Correct me if I'm wrong here but does InnoDB just enable MySQL to have transactions and row level locking? Is there more to InnoDB.. I went to the web site and didn't see any explanation of what InnoDB is other then the title on the first page. -

MyODBC vs. iODBC

2001-09-25 Thread Adam Douglas
Is there any advantage of using MyODBC vs. iODBC with MySQL as the backend and M$ Access as the front end? - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (

RE: RE: Info Needed to Promote MySQL!! - Solved

2001-09-25 Thread Adam Douglas
've found it quite slow. Tasks that use to take a few seconds now takes 3 minutes or more. > On Mon, Sep 24, 2001 at 04:19:55PM -0600, Adam Douglas wrote: > > > Another small research in Access made me to see the changed > > > table structure > > > complet

RE: RE: Info Needed to Promote MySQL!! - Solved

2001-09-24 Thread Adam Douglas
> Another small research in Access made me to see the changed > table structure > completely. Please use this procedure to view or to refresh > links when the > structure or location of a linked table has changed. > > 1. Open the database in access that contains links to tables. > 2. On the Too

RE: RE: Info Needed to Promote MySQL!! - Solved

2001-09-24 Thread Adam Douglas
> Another small research in Access made me to see the changed > table structure > completely. Please use this procedure to view or to refresh > links when the > structure or location of a linked table has changed. > > 1. Open the database in access that contains links to tables. > 2. On the Too

RE: RE: Info Needed to Promote MySQL!!

2001-09-24 Thread Adam Douglas
> As a quick note, I tried the same with MS SQL Server through > its latest ODBC > driver by adding the new column, and I couldn't see any changes in the > linked tables from Access 2002. > > So it shows clearly that, its some thing related to MS > Access, not with the > driver. It might be a b

RE: RE: Info Needed to Promote MySQL!!

2001-09-24 Thread Adam Douglas
> > Now I've found when I do changes to a table schema the > changes are not > > entirely at least reflected in a the same table linked in Access. > > I had once > > case where I changed a data type on one of the columns and > that data type > > was not changed on the linked table in Access. I h

RE: RE: Info Needed to Promote MySQL!!

2001-09-24 Thread Adam Douglas
> What type of schema do mean here ? Because as you know, MySQL doesn't > explicitly supports any schema's except the catalogs( in MySQL term > 'database'). If you can elaborate what exactly the problem > you are facing, > then we can provide a rapid solution. > > Also, as for as I know, when I

RE: Info Needed to Promote MySQL!!

2001-09-24 Thread Adam Douglas
>> Now I have quite a bit of information on all these questions.. my >> main concern is to find a Windows MySQL GUI Client that will do everything >> in a similar fashion as Access. I believe we would need the >> basics but also >> including visual query builder and reports. I've recently fou

Info Needed to Promote MySQL!!

2001-09-24 Thread Adam Douglas
t me would be greatly appreciated. I would love to have this excellent database a part of the company I work for... it's going to be a tough battle (smile). --- Adam Douglas Webmaster Venmar CES Inc. E-mail: [EMAIL PROTECTED] Ph: (306) 242-3663 x285 Fx:

MySQL Lost Connection...

2001-08-13 Thread Adam Douglas
Ok I've finally gotten MySQL 3.23.37 installed and operating. Thanks to all that helped! The problem I'm now experiencing is when I try to interface with MySQL via PHP. MySQL seems to work fine by logging into MySQL directly and through a MySQL GUI Client. I get the following error... Warning: My

RE: MySQL Connection Failure: Lost...

2001-08-13 Thread Adam Douglas
Yes I'm missing the query line in this posting my error (frustration is taking over me ). The error occurs on line 5, which is the $dbconnection line. > -Original Message- > From: Adam Douglas [mailto:[EMAIL PROTECTED]] > Sent: Monday, August 13, 2001 2:00 PM > To: M

MySQL Connection Failure: Lost...

2001-08-13 Thread Adam Douglas
Ok I've finally gotten MySQL 3.23.37 installed and operating. Thanks to all that helped! The problem I'm now experiencing is when I try to interface with MySQL via PHP. MySQL seems to work fine by logging into MySQL directly and through a MySQL GUI Client. I get the following error... Warning: My

RE: Upgrading to 3.23.37 from 3.22.32

2001-08-09 Thread Adam Douglas
Message- > From: Gerald Clark [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 08, 2001 7:38 AM > To: Adam Douglas > Cc: [EMAIL PROTECTED] > Subject: Re: Upgrading to 3.23.37 from 3.22.32 > > > Except, mysql needs write permission. > > Adam Douglas wrote: > >

RE: Upgrading to 3.23.37 from 3.22.32

2001-08-09 Thread Adam Douglas
D]] > Sent: Wednesday, August 08, 2001 2:23 AM > To: Adam Douglas; 'Gerald Clark'; [EMAIL PROTECTED] > Subject: Re: Upgrading to 3.23.37 from 3.22.32 > > > Dear Gerald, > > does mysqld run as user "mysql"? And does user mysql have the correct > rights f

RE: Bad path to ibpthread.so.14.20?

2001-08-09 Thread Adam Douglas
Alright, but what if I do not have a ld.so.conf file? Do I just create one in /etc/? > -Original Message- > From: Gerald Clark [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 08, 2001 8:26 AM > To: Adam Douglas > Cc: Mysql@Lists. Mysql. Com (E-mail) > Subjec

Bad path to ibpthread.so.14.20?

2001-08-07 Thread Adam Douglas
I'm installed MySQL 3.23.37 and I can't get it started. I know there has be number of posts regarding such a problem but I haven't seen a resolution to fix mine specificly. I get this error when I try and load mysqld /usr/libexec/ld.so: my_print_defaults: libpthread.so.14.20: No such file or dire

RE: Upgrading to 3.23.37 from 3.22.32

2001-08-07 Thread Adam Douglas
MySQL reports read only table. As for file permissions, everything is fine. Everyone has read and execute privileges. > > They are probably not owned by mysql anymore. > > Adam Douglas wrote: > > > I just upgraded MySQL from 3.22.32 to MySQL 3.23.37. All I did was > &g

Upgrading to 3.23.37 from 3.22.32

2001-08-07 Thread Adam Douglas
I just upgraded MySQL from 3.22.32 to MySQL 3.23.37. All I did was pkg_delete the old MySQL and install the new one. Before I delete the old MySQL I copied all the database files to a temporary location. Once the new installation was successful I copied over all the database files into the proper

RE: data checking during input?

2001-08-03 Thread Adam Douglas
Just do a SELECT query to MySQL before you do an INSERT then compare the two. Compare whatever you don't want to be a duplicate. In most cases you'll have a central point at which you should be able to check but it all depends on your setup/situation. Understand? I could go into a more in depth de

RE: generate database script from existing table?

2001-08-03 Thread Adam Douglas
The only place I've seen a tool like this is in urSQL (a MySQL GUI Client for Windows 95/98/NT 4.0). I'm just using the unregistered version and this feature seems to work fine. You can grab the program from the following location, http://www.urbanresearch.com/software/utils/urbsql/index.html. >

RE: Access to MySQL Column Type Error

2001-08-03 Thread Adam Douglas
QL successfully? > Hi ! > > Can you send me the ODBC trace ? > > Thanks in advance > venu > > > -Original Message- > > From: Adam Douglas [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, August 02, 2001 10:52 AM > > To: '[EMAIL PROTECTED

RE: Query Acting Weird

2001-08-03 Thread Adam Douglas
> Adam Douglas schrieb am Donnerstag, 2. August 2001, 19:14:15: > > > I have a group of 3 queries that's used to find our > representative for > > Unitary, Applied and Wholesale based on a Zip Code. This > all is executed > > through PHP to MySQL. The thr

RE: How to add an excel file directly to MySQL database using PHP?

2001-08-03 Thread Adam Douglas
Well you have a couple options, you could export the Excel file to a delimited text file and then import into MySQL. You could also just use the Excel file and import directly into MySQL with the use of MyODBC and MS Access. That's all I can think of right now. Either way would work fine I believe

Query Acting Weird

2001-08-02 Thread Adam Douglas
I have a group of 3 queries that's used to find our representative for Unitary, Applied and Wholesale based on a Zip Code. This all is executed through PHP to MySQL. The three queries work fine and get the results I want. The problem is the 3 queries seem to work one minute but not the next. You c

RE: Query Not Using Indexing

2001-08-01 Thread Adam Douglas
> Adam Douglas writes: > > Correct 6 tables are being joined. Here's the explain of > the query below > > (btw, I'm not getting a index on CompanyShipInfo and > PostalCodeInfo not > > CompanyRep like I previous said). Excuse me if this seems > dumb but

RE: Query Not Using Indexing

2001-07-31 Thread Adam Douglas
> -Original Message- > From: Sinisa Milivojevic [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 31, 2001 1:27 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: Query Not Using Indexing > > > Adam Douglas writes: > > I'm running M

Query Not Using Indexing

2001-07-31 Thread Adam Douglas
I'm running MySQL v3.22.32. Here's my problem I run the following select query and both CompanyRep and PostalCodeInfo tables are not using my Indexing. Why? How can I get these two tables to use indexing to speed up my query. You can look at my indexing on the two tables below the query. Any help

MySQL GUI Client

2001-07-19 Thread Adam Douglas
for adouglas to access it from the machine I'm on. I'm also using port 3306. Do you have any ideas on how to solve this problem? --- Adam Douglas Webmaster Venmar CES Inc. E-mail: [EMAIL PROTECTED] Ph: (306) 242-3663 x285 Fx: (306) 242-3484 -