| Thread | Last Post | Replies |
|
| Combining Queries | 31 Aug 2006 14:01 GMT | 1 |
I have a query that returns from the table name a module name a score and a maximum score. There are 2170 rows the query returns. I want to be able to write a query which will enable me to just select the 10 names of those who have accessed the most modules. The query I am using ...
|
| PUlling and updating via cfgrid | 31 Aug 2006 00:40 GMT | 4 |
I have a cf page that pulls a list of our cpu inventory. I need to find a way to take the id of multiple items from that grid and update their status. Ideally, I would like to double click on an row in the grid, which would add the item id to a list that was viewable and then, ...
|
| FoxPro ODBC Null Date Problem | 30 Aug 2006 19:13 GMT | 4 |
I have an old FoxPro database that I am working with and I am trying to look for NULL dates. When using DBFViewer they appear as " / / ". When passed through ODBC they come out as 1899/12/30. I have not been able to search for these blank dates successfully using the normal ...
|
| MSACCESS DATABASE CONNECTION | 30 Aug 2006 15:50 GMT | 1 |
New to coldfusion ... paddling hard under the water... Created a login site. Tested on my computer .. works fine... Uploaded to my webhosting provider. I keep getting the error message "Datasource could not be found".
|
| Query Problem | 30 Aug 2006 14:30 GMT | 1 |
I have a query below that gives a list of all items in the DB: SELECT DISTINCT NAME FROM dbo.PPS_SCOS WHERE NAME LIKE 'MTM-%'
|
| Any idea about getting table names | 30 Aug 2006 05:08 GMT | 4 |
Any idea how to get all table names, pkeys and types of columns (i mean counter, varChar and etc.) from Access db? And another one - is it possible to use value from 'caption' in Access db?
|
| Connecting to godaddy.com database | 30 Aug 2006 02:03 GMT | 6 |
How to connect to godaddy.com database using ColdFusion MX? How to connect to MySQL in the godaddy.com shared hosting account using coldfusion. Guys I am seriously going crazy. I cannot belive that I cant find a place on
|
| Data Source on Network Drive | 29 Aug 2006 03:50 GMT | 2 |
I am working on my laptop on developing a web application for my company. I have installed ColdFusion Developer Edition and have Dreamweaver. I am trying to connect my Data Source to my Access Database which is on my z: network drive. This drive links to my network folder in the ...
|
| Mac users: my Web hosting co. uses Access, I'm on a Mac | 29 Aug 2006 02:01 GMT | 3 |
I'm building a Web application locally on a Mac running 10.4.5 and my Web hosting company only uses Access databases. Since Access isn't available on the Mac platform, I'm wondering if there's any other way to create Access databases on a Mac, or port another database over to an ...
|
| Can't see specific table in Informix DB | 28 Aug 2006 20:48 GMT | 5 |
I am running CFMX 7; I have an ODBC connection to an Informix 9.40.uc7 DB. I can link to the table through MSAccess and see the data in the table; but when I try to see the data in CF it returns no data. Any ideas?
|
| Best Solution & Coding Help | 28 Aug 2006 12:48 GMT | 11 |
Im trying to pull data from a breeze database, the information i need i have to use 3 tables. I have what i need in sql but i need to know the best way to do this in coldfusion. here is the sql select principal_id from pps_principals where [name] = 'Lee Duncan'
|
| SQL to match a single value in a field with comma-delimited text | 27 Aug 2006 22:00 GMT | 1 |
I have a column that can contain none, one or many recordIDs (from another table) stored as comma-delimited text strings (i.e., a list). I need to retrieve all records that match a single value within that list. For example, if I want to match all values that equal ...
|
| INSERT Not working | 26 Aug 2006 20:17 GMT | 3 |
I'm a total CF nub ... Do I need to format this text? Conver it somehow or wrap it in more tags? <CFLOOP INDEX="rsm" LIST="#Form.whichRSM#"> <cfquery name="qAddLeadRSM" datasource="nextgen">
|
| Easy MySQL question from newbie | 26 Aug 2006 00:55 GMT | 1 |
I'm creating a ColdFusion Web applicaiton and need to create a database to use with it. Someone recommended MySQL. My quesiton is, is MySQL a database server or a database application, or both? I'm on Mac OS 10.4 and want to be able to create a database and test the
|
| UPDATE not working in cfquery | 25 Aug 2006 17:06 GMT | 5 |
I have a piece of code to update the database: <cfquery name="rs_updateUser" datasource="#Application.datasource#"> UPDATE f_users SET password='#FORM.newpassword#'
|