Dennis
|
| Posted: 09/04/2002, 2:48 PM |
|
I keep getting a Test Connection failed because of provider initalization
error. [TCX][MyODBC]Access denied for user: 'user@rapture' (Using Password:
YES) Continue.
Thank you for the help!
Dennis
|
|
|
 |
DonB
|
| Posted: 09/04/2002, 3:57 PM |
|
No idea what you are doing, but a user id with "@" in the middle seems
wrong. My guess is there's a parser choking on that somewhere.
"Dennis" <finalworld@earthlink.net> wrote in message
news:al5v36$22k$1@news.codecharge.com...
> I keep getting a Test Connection failed because of provider initalization
> error. [TCX][MyODBC]Access denied for user: 'user@rapture' (Using
Password:
> YES) Continue.
>
> Thank you for the help!
> Dennis
>
>
|
|
|
 |
RonB
|
| Posted: 09/05/2002, 3:13 AM |
|
Hi,
This just means that the user hasn't got rights to connect to that
host/database. In mySQL there is, for example, a difference between
localhost and the ipnumber of the machine. so user x could have rights to
connect to localhost but on 172.16.1.1 (being the same machine) for example.
You need to add rights for that user to connect to that server/database.
RonB
"Dennis" <finalworld@earthlink.net> schreef in bericht
news:al5v36$22k$1@news.codecharge.com...
> I keep getting a Test Connection failed because of provider initalization
> error. [TCX][MyODBC]Access denied for user: 'user@rapture' (Using
Password:
> YES) Continue.
>
> Thank you for the help!
> Dennis
>
>
|
|
|
 |
Dennis
|
| Posted: 09/05/2002, 11:41 AM |
|
Thank you all again.. For some reason it wasn't working and after I logged
into the MySQL at the shell level (DOS) it was showing that user as ODBC@ so
I tried playing with that and finally got a connection. Does CodeCharger
setup your MySQL database tables? I was hoping it would do this for the
apps, but it looks like I need to setup the database before trying to create
an app for it. I wish it had a better newbie wizard, but then again the
product is aimed at a more advance user, but there's an idea for the
developers. How about a really scaled down version for us Newbies.
Thanks,
Dennis
"Dennis" <finalworld@earthlink.net> wrote in message
news:al5v36$22k$1@news.codecharge.com...
> I keep getting a Test Connection failed because of provider initalization
> error. [TCX][MyODBC]Access denied for user: 'user@rapture' (Using
Password:
> YES) Continue.
>
> Thank you for the help!
> Dennis
>
>
|
|
|
 |
RonB
|
| Posted: 09/06/2002, 3:43 AM |
|
They already have a scaled down version CC2
The example apps come with there sql file. All you have to do is create the
database and run the .sql file for mysql.
RonB
"Dennis" <finalworld@earthlink.net> schreef in bericht
news:al88g0$ac4$1@news.codecharge.com...
> Thank you all again.. For some reason it wasn't working and after I
logged
> into the MySQL at the shell level (DOS) it was showing that user as ODBC@
so
> I tried playing with that and finally got a connection. Does CodeCharger
> setup your MySQL database tables? I was hoping it would do this for the
> apps, but it looks like I need to setup the database before trying to
create
> an app for it. I wish it had a better newbie wizard, but then again the
> product is aimed at a more advance user, but there's an idea for the
> developers. How about a really scaled down version for us Newbies.
>
> Thanks,
> Dennis
>
>
> "Dennis" <finalworld@earthlink.net> wrote in message
>news:al5v36$22k$1@news.codecharge.com...
> > I keep getting a Test Connection failed because of provider
initalization
> > error. [TCX][MyODBC]Access denied for user: 'user@rapture' (Using
> Password:
> > YES) Continue.
> >
> > Thank you for the help!
> > Dennis
> >
> >
>
>
|
|
|
 |
|