| Thread | Last Post | Replies |
|
| CFUPDATE error | 31 May 2007 18:34 GMT | 1 |
I have a pretty straigtforward form being used both for Insert *and* for Update, using variables for the formfield data. The table is 'tblPeople' and it has typical Lastname, Firstname, email, password, LevelID (a number), comments, ExpiryDate, Created, LastUpdated. They are all ...
|
| ODBC vs. JDBC | 31 May 2007 16:10 GMT | 1 |
Good Morning, I'm currently migrating to ColdFusion MX 7 Standard from CF5 Enterprise. I don't have the Oracle ODBC included with MX7 so I set up the JDBC. I was successfully able to create the database and veirfy it. Now I need to move all of my code to the new server. I ...
|
| I'm unable to connect to database thru cold fusion | 31 May 2007 01:19 GMT | 11 |
I'm unable to connect to database thru cold fusion. it sometiems give me an error that your uname is undefined , soemtimes it gives ur index page not found so i created index page also but still im unable to connect to database n update my records..plz help me out..im a fresher ...
|
| Accessing data from a database as XML | 30 May 2007 14:12 GMT | 3 |
Does anyone know how to generate XML from a database via a SQL query? I'm using Dreamweaver and coldfusion. Thanks in advance!
|
| Update a currency field in Access | 26 May 2007 03:45 GMT | 8 |
When I enter .50 on the form the results in the database is 1.00. If I change 1.00 to 2.00 the change is sent to the database. The problem seems to be that the database is rounding the field. For this particular application the user needs to be able to enter amounts as small as ...
|
| MX7 and mySQL 5 | 24 May 2007 22:51 GMT | 1 |
I am using CF MX7 and needing to connect to a client db in mySQL 5. I configured the datasource in the CF Administrator using the included MySQL (3.x) driver and it gives status OK. Cool. Then, in Dreamweaver in my Databases panel, the new datasource is visible, but gives me a ...
|
| Coldfusion MX / SQL Server 2005 | 24 May 2007 19:56 GMT | 1 |
I have spent the last 2 days trying to solve this on my own but have been unsuccesful. I am running XP Pro on my desktop and am trying to connect Coldfusion MX to SQL Server 2005 Northwind database. Both programs are installed on the same
|
| SQL 2005 datasource error--LoginModules | 24 May 2007 17:16 GMT | 3 |
ColdFusionMX7 & SQL server 2005 running on T60p IBM Thinkpad under Windows XP sp2....after ensuring sql confiq allows TCP/IP and mixed auth chosen...Unable to create datasource in Admin to SQL 2005 database, returning error: "No LoginModules configured for JDBC_Driver_1"
|
| CFTransaction , Multiple Inserts and Foreign Keys | 24 May 2007 16:36 GMT | 6 |
Here is the jest of what I want to do <cfset commitit = yes> <cftransaction action=begin> <cftry>
|
| Query of Queries decode | 24 May 2007 05:19 GMT | 1 |
I have a main query that does a decode on a field so that it sorts starting with KG then 01,02,03,04,05 When I then pull the QofQ it spits back the results as 01,02,03,04,05,KG. Is there a way around that?
|
| Converting a submitted value to int (for an SP) | 23 May 2007 22:22 GMT | 4 |
I'm using CF6.1, trying to submit data to a SQL-Server SP where one of the params requires an INT datatype. The submitted data (using GET) is indeed an int (in my case, the number 7), but it's regarded as a string.
|
| RDS Problem | 23 May 2007 14:39 GMT | 14 |
I can't seem to connect to RDS on my new computer. Here's my setup: Windows Vista Business I installed CFMX 7.02. Eclipse 3.2.1
|
| define client storage w/o using Administrator | 21 May 2007 19:22 GMT | 3 |
I'm using a mySQL database on a hosting server - mydaddy.com. I've called their tech support, they say I can have my database store the client variables, and they won't set it up for me, that I need to use scripts to do it. I've created CGLOBAL to be...
|
| Export database fields to Word | 21 May 2007 18:13 GMT | 1 |
I have an application used for entering news release information into a database. The person who is responsible for the new releases used to send me the information in a Word document and I would copy and paste it into an html page.
|
| DIFFERENCE Search | 21 May 2007 17:36 GMT | 1 |
I have to look for similar spellings of words within a description field of many characters. I know how to use t-sql DIFFERENCE when matching word-for-word: select from oneWordField where DIFFERENCE( oneWordField, @mySearchTerm ) >= 3
|