Is there a delimiter char that a user cannot type in?

2001-02-16 Thread larry soo
I've been trying to think of a delimiter character that can't be accidentally or purposely typed into the app. We are working with data that is originally gathered from a Windows app so I have no control over limiting the user's input ability. They can definitely use the Alt+numeric keypad

ADODB Recordset and CF

2002-07-16 Thread Larry Soo
I've written a DLL and call it using CFOBJECT. It returns an ADODB recordset to Cold Fusion. My question is, how do I walk through the recordset so I can access its contents? It's not a query and it's not a structure (determined by using isQuery and isStruct). But it does possess a valid

Looking for a CF 8 host

2009-11-25 Thread Larry Soo
Well, it's been a long time since I've participated on this list...I'm still using CF 6.1 MX. Haven't been doing full-time web dev for the past 6 yrs or so but now I'm trying to do it full-time again. Spent a couple of months learning ASP.NET but am not impressed. Lots of cool demos and

re: Looking for a CF 8 host

2009-11-26 Thread Larry Soo
Thanks everyone for your suggestions. I'll give some of them a try. Probably CrystalTech for starters, since they've got a $16 plan. ...lars ~| Want to reach the ColdFusion community with something they want? Let them know

SQL Server question re table names

2009-12-08 Thread Larry Soo
A client asked me to see if I could get a copy of his old web site up and running. I did a restore of the backed up database onto my PC. The problem is that all the table names have the name of the database prepended to them. When I view the tables in SQL Server Manager, the table, city, is

re: SQL Server question re table names - still stuck

2009-12-11 Thread Larry Soo
I wrote: A client asked me to see if I could get a copy of his old web site up and running. I did a restore of the backed up database onto my PC. The problem is that all the table names have the name of the database prepended to them. When I view the tables in SQL Server

re: SQL Server question re table names - still stuck

2009-12-11 Thread Larry Soo
Recap of problem: I imported an old, backed up SQL Server file. Now, when I view the tables or try to access them in CF, it requires me to prefix all table names with canadianofficespacecom.. Ezra Parker wrote: I didn't see a mention of which version of SQL Server you're running, but it