| Thread | Last Post | Replies |
|
| Connecting to a remote database | 30 May 2008 18:03 GMT | 5 |
Ok so I am really a newbie when it comes to CF. I know how to add DSNs in the CF admin locally. The problem I am having is connecting to a database on a different server. I know I have the correct IP address, so the problem has to be the port. Using the default port will not ...
|
| Query Errors | 28 May 2008 17:03 GMT | 5 |
I changed hosting companies and now I'm having issues with query errors. Here's the first one: Error Executing Database Query. Syntax error in UPDATE statement.
|
| CF 7 & MS SQL 2005 bug | 28 May 2008 07:11 GMT | 1 |
I'm trying to delete record from table with about 2000 records which has ID as a primary key. DELETE FROM Table WHERE ID = 1 I get this error:
|
| Informix 11 Drivers | 27 May 2008 21:31 GMT | 6 |
We're moving to Informix 11 and find that the Informix support in MX 7 can't quite make it work ("end of stream" errors). The JDBC drivers that come with Informix seem OK, but I would rather not redo all our datasources for a new driver.
|
| Multiple statements in one cfquery | 24 May 2008 09:06 GMT | 2 |
Providing there is only one or no SELECT statement, can I issue multiple statements to a database inside a single cfquery? For example will this work correctly: <cfquery datasource="myDB" username="myUserName" password="myPassword">
|
| Using Like to compara one db field to another | 23 May 2008 13:47 GMT | 4 |
I'm having trouble with the syntax for comparing one database field to another using the like statement. I've found plenty of examples using db field to variable or string, but can't find any with db field to db field. For example
|
| Connecting to MySQL | 23 May 2008 05:51 GMT | 12 |
I am trying to connect to MySQL (I just downloaded and implemented it). In the past, I have only used Access and SQL. I cannot seem to connect. Can someone point me in the right direction please? Here is the message I am receiving...
|
| Update from dynamic form | 20 May 2008 23:04 GMT | 1 |
Hi there, having some trouble updating my tables when submitting data from a dynamically generated form that uses cfloop query. I could really use some help. When I dump the form, I get the correct output ? so I believe it is my SQL
|
| Table I'm building | 20 May 2008 19:25 GMT | 2 |
I am creating a "Class" table to hold training class information for my company. Some classes are held on a single date. Others are held on multiple dates like 5/12 - 5/16. Some are held over a two week time frame. All are held on business days, no weekend dates. How should I ...
|
| Oracle Thin Client Error when Inserting | 20 May 2008 16:01 GMT | 8 |
Cold Fusion 8 fully patched on Windows Server 2008 fully patched Oracle 8.1.7.1 on Linux as DB with Network Option (encryption) Oracle Client 10.2.0.3 Thin Client (tried with ojdbc14 and ojdbc12 classes) SELECT, DELETE, UPDATE statements all work just fine.
|
| Update query in Access | 19 May 2008 21:36 GMT | 4 |
Hi, I just have a pretty simple Access question, but I can't seem to get my query to run correctly! I have two tables, reqStats and intent_pws. The intent_pws table has two fields, Practicum_ID and banner, that uniquely id each record. In reqStats, I only have the bannerID field. ...
|
| ColdFusion 8 DS limits? | 16 May 2008 14:33 GMT | 8 |
Does anyone know if there is a limit to the number of data sources that can be configured through CF Admin. If not at what number might I see performance issues i.e. 1000 data sources??
|
| access output question | 16 May 2008 02:49 GMT | 3 |
I'm new at CF. I have an access database that is taking in form data. That part I got working fine, but what I'd like to know is there a way to use cf (6.1) to extract the data and format it into either a word document, or excel spreadsheet, then either email it and/or dump it ...
|
| Ms Access - Scheduling | 15 May 2008 21:07 GMT | 3 |
I like to see who is available on Sunday to take this shift that starts from 12 AM to 5:15 AM... The below query returns 0 even though there is a person who is available from Saturday 9:15 PM to Sunday 5:15 AM... How would I modify the query the pick that person ??
|
| sql 'in' problem | 14 May 2008 20:17 GMT | 8 |
Hi, I have 2 tables(below), I need to pull out all the rows in the videostream table where the videostream.movieCat list contains the ID of the category in the moviecat table. Normally I would just use the IN query:
|