Geny
|
| Posted: 03/30/2005, 12:27 PM |
|
hi,
im new to php code and i want to know if it's possible to use a dsn less connection with an access database?
If yes, can you provide me some sample code?
Thanks in advance.
|
|
|
 |
Nicole
Posts: 586
|
| Posted: 03/31/2005, 12:56 AM |
|
Geny,
In fact when you create a new database connection in CCS project you need to establish Design time and server side connections. The former one is used to design your project and the last is used on live pages. In first case you can create DSNless connection to Access database, but as you’re working with PHP you need DSN for live site.
Form more information about database connection refer to CCS docs http://docs.codecharge.com/studio/html/UserGuide/Workin...abases.html?toc
_________________
Regards,
Nicole |
 |
 |
|