| Thread | Last Post | Replies |
|
| cfcatch raise_application_error | 03 Apr 2009 21:37 GMT | 1 |
I've defined a custom exception and message in a stored procedure and am attempting to display it to the user via the cfcatch object. The problem is that I'm unable to easily display the message since it doesn't appear to be easily referenced. For example, I have defined the ...
|
| MS Access Vs. SQL Server... Internet Appropriateness | 03 Apr 2009 21:37 GMT | 3 |
I have a client who uses and uploads an Access database to the internet that we are using Coldfusion to access. The issue is, that when someone is "viewing" the Coldfusion page, then the database gets a lock, as Access believes (correctly) that the
|
| Access query problems | 03 Apr 2009 17:05 GMT | 4 |
This query takes data from two tables so they can be compared . They are linked together using the PWS_ID. When I run it I get the error.... Element DATECCRDELIVERED is undefined in TBL07COMPLYDETAIL. Query is below. SELECT tbl07ComplyDetail2.PWS_ID, tbl07ComplyDetail.PWS_ID,
|
| I need to copy tables to other database in mssql | 03 Apr 2009 14:26 GMT | 1 |
I need to copy tables to other database in mssql I'm using Microsoft SQL Server Management Studio 9.00.3042.00 Do you think the following is any good or do you recommend another.
|
| help this search engine form | 03 Apr 2009 10:55 GMT | 2 |
I'm a newbie in coldfusion.. What i want is that when user upload the file into the database, it will automatic updated in the database and it's particular folder(example like 2007 folder, 2008 folder etc..)when uploading excel or pdf file into each of the folder. Below is a must ...
|
| I would like to return the top 50 most popular words | 03 Apr 2009 09:28 GMT | 10 |
HI, I have a text column in mssql, I would like to return the top 50 most popular words and their count(for all rows) excluding the words i a it
|
| dynamic sql stored procedure ? | 02 Apr 2009 14:17 GMT | 2 |
I have a dynamic table that I need to pass into this stored procedure. I think I'm close, but I'm collecting the following error: Msg 102, Level 15, State 1, Line 2 Incorrect syntax near 'YAMax'.
|
| Creating a new table on one DSN from a Select Statement on another DSN | 01 Apr 2009 20:01 GMT | 6 |
I'm hoping to perform a select statement on a single table located on DSN 1 and use it to create and populate a new table on DSN 2. Is this possible? If not I could create the new table on DSN 1 to simplify the problem. I'm using ColdFusion MX7 and MySql.
|
| Using a Form to selct from DB | 01 Apr 2009 14:51 GMT | 5 |
Need Help... Please take a look at this site page and please advise as to which Cold Fusion record set would be the one to use and how. The page is http://www.condraartista.com/select.asp as you can see it is written in active
|