[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Re: MV and SQL
****** message to minivend-users from William Tan <william@absolutely.com.sg> ******
I think you're missing the DBD:mysql CPAN module. Contact me if you can't
find it.
wil.
On Sun, 2 May 1999, Franco Galian wrote:
> ****** message to minivend-users from Franco Galian <fg@netline.com.ar> ******
>
> Hi,
> I am trying to use an SQL server with minivend. I have configured
> catalog.conf but I keep getting this message:
>
> Configuring catalog testpsql...testpsql config error: Can't locate
> object method "open_table" via package "Vend::Table::DBI" at
> /home/minivend/mvend/lib/Vend/Data.pm line 933.
>
> I have tried using postgreSQL and today I have tried with mySQL and I
> keep getting that message after restarting minivend server.
> Here are the lines of catalog.cfg (for mysql access):
>
> Database test product.asc SQL
> Database test DSN
> dbi:mysql:dbname=mydb:host=localhost:port=3333:user=granted_user:password=right_password
>
> I don't want to export products.asc, I just want to access an existing
> database (mydb) with an existing table (test) and have write/read
> capabilities from minivend.
>
> I may add that I have tested using mysql and psql and from there I can
> access those databases just fine.
>
> Also I have searched the mailing list but I couldn't find what I was
> looking for...
>
> Did anyone had a similar problem??? Hints will be really apreciatted!
>
> With best regards,
>
> Franco Galian.
> fg@netline.com.ar
>
> ps:When trying to access postgreSQL I used the following parameters:
>
> Database test product.asc SQL
> Database test DSN
> dbi:Pg:dbname=mydb:host=localhost:port=5432:user=granted_user:password=right_password
>
>
>
> -
> To unsubscribe from the list, DO NOT REPLY to this message. Instead, send
> email with 'UNSUBSCRIBE minivend-users' in the body to Majordomo@minivend.com.
> Archive of past messages: http://www.minivend.com/minivend/minivend-list
>
-
To unsubscribe from the list, DO NOT REPLY to this message. Instead, send
email with 'UNSUBSCRIBE minivend-users' in the body to Majordomo@minivend.com.
Archive of past messages: http://www.minivend.com/minivend/minivend-list
- References:
- MV and SQL
- From: Franco Galian <fg@netline.com.ar>