| Thread | Last Post | Replies |
|
| cf search | 29 Apr 2007 12:51 GMT | 28 |
Hi, my name is Andy and I know just enough about web design & server-side, client-side stuff to get very frustraited. I don't need anything too fancy (at least at first). I dont need the client to write to the database and I don't need the data base to change.
|
| Secutiry Message for SQL Server 2005 Express | 26 Apr 2007 20:24 GMT | 1 |
I'm getting the following message when I try to insert data into a single table using the <cfinsert> tag [Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][SQL Native Client][SQL Server]Cannot insert explicit value for identity column in table
|
| Tracking a mailto link | 26 Apr 2007 03:33 GMT | 1 |
In order to track page hits, we use a component that writes a line to a database. It is simple - it just records the time, the page name, the ip address, and the user id if they are logged in. If I want to record clicks on a mailto link, is there any way to do this
|
| sql server 2000 vs. 2005 | 26 Apr 2007 00:25 GMT | 1 |
This is probably a stupid question... A client of mine is going to upgrade from MS Access to sql server. If he decides to use sql server 2005, can I still work with it even though I only have sql server 2000? Are there any major differences between the two applications that ...
|
| MS SQL Connection problems | 25 Apr 2007 22:40 GMT | 2 |
I'm using the latest version of ColdFusionMX7 and MS SQL 2000 version 8.0. I have set it up on one computer just fine. I want another instalation to work on so I installed the same software again. Everything looks OK but when I try to make a connection to any SQL database I ...
|
| Mysql query update Recordcount | 25 Apr 2007 13:49 GMT | 7 |
I am trying to figure out how i can get the number of records that are updated in mysql. The query_name.recordcount apparently doesn't work with mysql. This is what i tried: <cfquery name="UpdateData" datasource="Source">
|
| MySQL5 and Character Sets | 25 Apr 2007 13:45 GMT | 3 |
We are evaluating switching for MySQL4.0.x (native support via CF) to MySQL5.0.x (support via JDBC ConnectorJ) and we are having some character set issues with on our evaluation server. When we had it configured with MySQL4.0.x using the built in MySQL driver we always used the ...
|
| data encryption between SQL Server and CF 7 | 24 Apr 2007 19:39 GMT | 3 |
If I would like to encrypt the data passing between SQL Server database server and CF application server what are the ways to achieve that? Thanks Rk
|
| Access Trouble | 24 Apr 2007 07:15 GMT | 2 |
Unable to update the NT registry. Variable DRIVERPATH is undefined. It see's the Database & I still get the Error message above....Can anyone help???
|
| SQL IN statement | 23 Apr 2007 19:07 GMT | 1 |
I'm trying to run a query that looks something like this <cfquery name="test" datasource = "ds1"> SELECT * FROM tblTest
|
| multiple values in 1 db field | 23 Apr 2007 03:17 GMT | 3 |
Please pardon my lack of good terminology as I am still very novice at this whole SQL/ CF thing. Dumb question #1: Now that I have upgraded my db from access.mdb to SQL 2007, do I still edit/ build my db with Access 2007 (.accdb) or do I use SQL which
|
| Join Query | 22 Apr 2007 14:20 GMT | 2 |
Hello~ I am having trouble with a join query pulling out specific information from two other queries. I have the three queries involved and then the <cfoutput> area that shows up on the web page. The point it, I have two tables in my
|
| MS Access driver available for Solaris flavor CF mx 7? | 22 Apr 2007 02:44 GMT | 1 |
Looks like the marketing vs. technical papers disagree on this, or at least muddy the waters. Is there a driver to connect to MS Access on a Solaris Enterprise instance of CF mx 7? We have a legacy Access DB that we'd like to query and run reports from in CF.
|
| Session | 21 Apr 2007 18:41 GMT | 2 |
ok in my application.cfc I have <cffunction name="onApplicationStart"> <cfset Application.Max_Number_Attempts =3> cffunction name="onSessionStart">
|
| Updating, Commits, and Pulling New Data | 19 Apr 2007 21:00 GMT | 3 |
I have a form that users enter about 30 pieces of data into. That data is then inserted to or updated in the database. This action is followed by a number of cfmodule templates that pull specific datapoints from the ones just inserted/updated, run a calculation (either in CF or ...
|