Ask a Question related to Coldfusion Database Access, Design and Development.
-
saver2th #1
Database table names
In the database tab of the Application panel, when I go down the hierachy to
the tables dreamweaver shows the full path instead of just the table name.
This full path appears also when I insert a recordset in the server behaviors.
It would show: C:\CFusionMX7\wwwroot\database\...user the full UNC path
instead of just "user."
Does anyone know how I can change this to just the table name?
saver2th Guest
-
querying table names in a database
Hey Gang - Anyone have a fast and easy CFQUERY that can query all the table names in an Access database? TIA -
Get database field names from table...
How do you get the database fieldnames from a table and display them using cfquery and cfoutput. Thanks a million... -
How best to grab SQL table names?
I've got a script that goes through SQL files and returns an array of table names. To find table names I use: while ($_ = <FILE>) { if ($_ =~... -
Access table names
That depends on exactly what you are doing. But basically 'work' is a keyword, which is why the problem occurs. If you reference it as it... -
Dataset and table names.....
I have a stored procedure that queries a sql server database and returns the multiple data tables ( 7 to be precise) these tables are the results of... -
sbsmithfl #2
Re: Database table names
Greetings,
I'm having the same problem! Did you find the solution?
Thanks,
stephen
Tallahassee, FL
sbsmithfl Guest
-
sbsmithfl #3
Re: Database table names
This problems was solved by erasing DSN in the cfmx administrator, and then
remaking the same datasource connection, exception choosing "Access with
Unicode", instead of just normal "Access".
Thanks,
Stephen
Tallahassee, FL
sbsmithfl Guest
-
saver2th #4
Re: Database table names
yup.. it took me a while to figure that one out. thanks!
saver2th Guest



Reply With Quote

