sinistapenguin
Technical User
Hi All
I have just set up my first test mySQL database. I downloaded EasyPHP to get all the bits and I created a database using myPHPAdmin.
The database has a single table 'testTable' with 2 columns (although for some reason myPHPAdmin seems to call these fields!).
The fields are called 'Key' and 'testData'.
I then made a PHP page with a dynamic table and I can retrieve the records in my databae so I know the connection is working.
However, the next step was to create a form which uses the 'Insert Record' server behaviour in Dreamweaver.
When I open the server behaviour, I can select the connection and table, but I would normally expect to see the column names appear so that you can map the form fields to them.
When I do this I don't get any columns so I can't progress any further.
Does anyone know why I don't get anything in the 'columns' box?
Thanks
Sinista
I have just set up my first test mySQL database. I downloaded EasyPHP to get all the bits and I created a database using myPHPAdmin.
The database has a single table 'testTable' with 2 columns (although for some reason myPHPAdmin seems to call these fields!).
The fields are called 'Key' and 'testData'.
I then made a PHP page with a dynamic table and I can retrieve the records in my databae so I know the connection is working.
However, the next step was to create a form which uses the 'Insert Record' server behaviour in Dreamweaver.
When I open the server behaviour, I can select the connection and table, but I would normally expect to see the column names appear so that you can map the form fields to them.
When I do this I don't get any columns so I can't progress any further.
Does anyone know why I don't get anything in the 'columns' box?
Thanks
Sinista