| Thread | Last Post | Replies |
|
| ColdFusion | 31 Mar 2006 23:22 GMT | 3 |
does anyone know if i can use coldfusion with microsoft access as the database to stream media? if so, how do i go about doing it?
|
| Help with query using dates | 31 Mar 2006 23:07 GMT | 1 |
I am trying to select records based on a date range, this is the query, it doesn't like the format of the ##form.StartDate## and ##form.EndDate: <cfquery Name="Requests" Datasource="#AuditSoftDSN#"> SELECT *
|
| Connecting to Oracle | 31 Mar 2006 21:25 GMT | 1 |
Ok, so I have a problem. I work at a college, and we use Banner as our ERP. Currently, our Banner software package uses Oracle 9i as its database. Now I want to pull bits of information out of that database for our website (course information,
|
| CF5 OLEDB & Stored Proc | 31 Mar 2006 19:09 GMT | 5 |
I have a MS SQL stored procedure that simply creates a temp table (#temtable) and inserts records from 3 other tables selects records from the temp table then deletes it. Very simple. The server is running CF 5 (which I have no control over) and the scenario works perfect using ...
|
| Trouble connectiing Oracle 10g to CF MX7 | 31 Mar 2006 14:53 GMT | 1 |
We have a new Oracle 10g database (upgraded from 8i). I am trying to create a datasource to connect to our CF MX7 Professional Edition application. I am receiving the following error: Error Executing Database Query.
|
| Select Primary Key | 31 Mar 2006 03:09 GMT | 8 |
Hi Is there any way to select Primary key from table . If you do not know your primary key. I mean can we make any condition or check in which select statement will only select the primary key.
|
| Create Table Through Coldfusion | 30 Mar 2006 23:42 GMT | 1 |
I'm trying to create a table through Coldfusion, but I keep getting the following Oracle error: ORA-01031: insufficient privileges Is it possible to create a table through Coldfusion using CF 5 and Oracle 8i?
|
| Selecting last record ID in Access | 30 Mar 2006 04:19 GMT | 6 |
Good day everyone. I'm having a problem selecting the ID (autonumbered primary key in table) from the last record inserted in MS Access. I've searched the forums looking for ways to do this and attempted the following:
|
| Variable Undefined using MS Access | 29 Mar 2006 23:19 GMT | 2 |
I'm getting this error (below). I've created a form where once the user clicks ths submit button they are taken to a page that says "thanks for filling in this form." The usrs information is sent to an Access databse table. ALSO, on this page is cold fusion code that emails ...
|
| MySQL 5 + MX7 stored proc problem | 29 Mar 2006 22:12 GMT | 1 |
I had the usual issues with driver incompatibility: "null null" error and then, after installing connector/j 3.0.17 I got "Callable statments not supported". I could not find the elusive 3.2 driver on the mysql site, so we installed the 5.0 driver (beta).
|
| Error message | 29 Mar 2006 18:46 GMT | 1 |
I am using CF to extract data from one table to insert/update another table and I get the following error : Unable to instantiate environment for 'ODBC.' Any thoughts on what this means and how to solve it.
|
| Getting Certain Information | 29 Mar 2006 07:50 GMT | 3 |
Hi, I have a question that I'm hoping someone could help me with. I'm use coldfusion and microsoft access. I have a database and I'm trying to access only a certain piece of information from the database, for example, I want to get the names of the only the people that signed a ...
|
| Create a DB For my website | 29 Mar 2006 01:05 GMT | 3 |
hi everyone, i need a big help, well i started to do websites in a couple of years and now one of my clients is asking me to do a website adding a page for log in of his clients after registration forms, and acquire particular documents... i figure that i have to create a ...
|
| SQL Replication Problems | 28 Mar 2006 23:32 GMT | 3 |
I am trying to update a DB on a SQL merge replication subscriber. I get an error: Invalid object ctsv_A58DF... I know that this is some kind of SQL replication table but how do I tell ColdFusion to ignore these? I am connecting to SQL via an ODBC System DSN.
|
| spaces after text strings in oracle and macromedia drivers | 28 Mar 2006 13:35 GMT | 2 |
I've got problem with spaces after text strings in oracle. for example query select 'text' from dual returns with oracle thin driver string 'text' but with macromedia
|