| Thread | Last Post | Replies |
|
| Access Driver for CFMX on Linux | 30 Apr 2005 18:33 GMT | 8 |
I am running CFMX 6.1 on RedHat Linux AS. I have an MS Access database on a Windows server I want to access. CFMX does not come with a built-in Access ODBC or JDBC driver. Is there any way to get this to work? I can not convert the Access DB to MySQL as it is still used in Access ...
|
| How do I make an ODBC Connection to an offsite server? | 30 Apr 2005 18:03 GMT | 1 |
We are talking about CF Server 5.0. CF5.0 Server 1 is based at one location on a WIN2K box. Data is written to a MS SQL2000 server on this same box. CF5.0 Server 2 is based at a totally separate location running on a Solaris
|
| WHERE = field IN #listlen()# | 30 Apr 2005 12:03 GMT | 4 |
I'm capturing the value of wrong answers to question, i.e. 1,2,5,7, in a LIST. I would like to use the LIST with the WHERE to generate the question incorrectly and then display the right answer. I got it to work by doing X-amount data queries in a loop. I don't like that ...
|
| CFQUERY - Calling results from one to supply inputs for another | 30 Apr 2005 03:03 GMT | 4 |
Here's my code... ------------------------------------ <cfquery name="Recordset1" datasource="DB1"> SELECT *
|
| execute stored procedure | 29 Apr 2005 22:26 GMT | 1 |
Does anybody know how I can execute one of the system stored procedures from master database. for example this is throwing error: <cfquery datasource="users">
|
| Memory leak while performing standard select queries in a FOR loop | 29 Apr 2005 17:43 GMT | 1 |
I was wondering if someone can help me out with this issue. 1. We are pulling information from a struct/object in order to construct queries. 2. These queries are dynamically constructed within loops - a query would be
|
| Copying complete table from one MSSQL database to another | 29 Apr 2005 01:22 GMT | 5 |
I will soon have to move a complete table from one database to another (including the table structure and data in the table). Is there an easy way to do this? Both are MSSQL databases. Thanks!
|
| list tables from Access 2000 | 28 Apr 2005 22:09 GMT | 4 |
Could anyone let me know how I can get a list of tables of an Access 2000 DB? Or is that impossible? Thanks, Liglin
|
| Sub Query problem | 28 Apr 2005 21:56 GMT | 3 |
I have one simple question, this is my query: SELECT users.*, (SELECT TOP 1 Product_name FROM Products WHERE user_id = users.user_id) AS Product
|
| Connecting to MS Access Datasource | 28 Apr 2005 16:13 GMT | 6 |
I'm having two problems. Whenever I try to connect to an MS Access datasource with an ODBC socket or the MS Access driver, I get the following error. <pre>
|
| Select * from textfile.txt | 28 Apr 2005 09:52 GMT | 1 |
I want to use a .txt as DB. The querying works with SELECT * FROM textfile.txt and returns me the number of rows. The only problem i have is that I cant figure out how to get multiple columns. The textfile is ; delimited and the first row are the columnnames.
|
| WHERE query problem | 28 Apr 2005 04:56 GMT | 1 |
Hi, I need a WHERE statement that does the following: WHERE LEFT(name,1) IN 'abcdef' i.e. I want to see if the first letter in name field is in the 'abcdef'
|
| Connecting foreign DB from Linux | 28 Apr 2005 02:53 GMT | 1 |
Want to connect Cach? DB from Linux. Cach? can be connected via ODBC but CF does not deliver a driver for that DB. Linux does not have a Socket-ODBC, so how can we establish a connection? Thanks for a tip
|
| Usage of the " IN " operator | 27 Apr 2005 20:58 GMT | 3 |
Permits contains a string: 4,16,12,9,12,7,5 ..... cookie.userid is a number <cfquery name="rsTitols" datasource="gallery"> SELECT * FROM Galleries
|
| ODBC Data Source on Mapped Drive | 27 Apr 2005 17:36 GMT | 1 |
We are working on a new web server with CFMX6.1. I am having problems creating an ODBC datasource to an Access database on a network drive. I have mapped the drive on the web server, but cannot get it to verify in the CF Administrator.
|