BJ Freeman
|
| Posted: 02/21/2003, 10:25 PM |
|
I did portal sample project.
the mdb for design was created. however the mysql db specified for server
has no tables in it.
What am I missing.
|
|
|
 |
BJ Freeman
|
| Posted: 02/22/2003, 11:32 AM |
|
I read the FAQ and the Help. I don't see the process to generate the tables
in the design db to the server db.
I have uploaded the Beta 3 and republished the project.
is there an SQL file generated that I can run on mysql to generate the
tables/views?
"BJ Freeman" <spam_blockbfree@free-man.com> wrote in message
news:b3754p$mle$1@news.codecharge.com...
> I did portal sample project.
> the mdb for design was created. however the mysql db specified for server
> has no tables in it.
> What am I missing.
>
>
|
|
|
 |
ziggetty
|
| Posted: 02/22/2003, 1:12 PM |
|
in directory program files\codechargestudio\examples\internet
is a file internet_mysql.sql with the scripts
greetings,
bob
|
|
|
 |
BJ Freeman
|
| Posted: 02/25/2003, 10:44 PM |
|
Thanks, if it was a snake ................. ;)
"ziggetty" <whocares@hotmail.com> wrote in message
news:Xns932AE24DC6431bobno380spamhotmailc@66.180.229.147...
>
> in directory program files\codechargestudio\examples\internet
> is a file internet_mysql.sql with the scripts
>
> greetings,
>
> bob
>
>
>
|
|
|
 |
Alexey Rodionov
|
| Posted: 02/26/2003, 12:15 AM |
|
>I did portal sample project.
>the mdb for design was created. however the mysql db specified for server
>has no tables in it.
>What am I missing.
Also you can use myodbc driver to export your .mdb database to mysql
(http://www.mysql.com/downloads/api-myodbc-3.51.html).
If that is not good for you - there is one great program Acces2MySQL.
Very simple to use and extremly good. I downloaded from http://www.dmsofttech.com/downloads/Access2MySQL_v11.exe
|
|
|
 |
BJ Freeman
|
| Posted: 02/26/2003, 12:04 PM |
|
Thanks a lot, that will help in other projects I do. most of my projects are
on MS-SQL that I host.
However sometime someone only has mysql and wants a port. Will try with my
ADP's to see if it works with them.
"Alexey Rodionov" <radik@alfacom.net> wrote in message
news:sqto5vsiksvk3o9hg7999jvjc50impo453@4ax.com...
>
> >I did portal sample project.
> >the mdb for design was created. however the mysql db specified for server
> >has no tables in it.
> >What am I missing.
>
> Also you can use myodbc driver to export your .mdb database to mysql
> (http://www.mysql.com/downloads/api-myodbc-3.51.html).
> If that is not good for you - there is one great program Acces2MySQL.
> Very simple to use and extremly good. I downloaded from
> http://www.dmsofttech.com/downloads/Access2MySQL_v11.exe
>
|
|
|
 |