Re: CFMX doesn't seem to like Oracle8 CLOB data

2002-12-28 Thread Sean A Corfield
On Saturday, Dec 28, 2002, at 19:04 US/Pacific, Li Chunshen ((Don)) wrote: > The one that came with CFMX, to use OCI native drivers > for Oracle 8i I need to read some docs, do you know > any good one other than that which comes with it? The only docs I know about are the ones on Oracle Tech Net

RE: excel as a vehicle to collect and write back data to a CF-App

2002-12-28 Thread Samuel Neff
We've done this with Access, but it will work exactly the same with Excel. Create an Excel template that has a defined area for the data. Use Jet or Automation to populate a new file created from the template. Then send this to the user. Inside the template include VBA code to wrap up all the d

Re: CFMX doesn't seem to like Oracle8 CLOB data

2002-12-28 Thread Li Chunshen \(Don\)
The one that came with CFMX, to use OCI native drivers for Oracle 8i I need to read some docs, do you know any good one other than that which comes with it? Thanks. --- Sean A Corfield <[EMAIL PROTECTED]> wrote: > Which Oracle driver are you using? The one that > ships with CFMX or a > newer one

Re: Why does one work, but not the other?

2002-12-28 Thread Dwayne Cole
>Why does this expression work: > > > >But this one doesn't: > > > ValueList returns a "comma-separated list" from a query object. So ClientID should be column in the query object GetRW. Dwayne Cole, MS in MIS, MBA Florida A&M University Cer

Problem with Studio

2002-12-28 Thread Peter Tilbrook
That might work. Try downloading the latest release of the MDAC (2.71 I think) from http://www.microsoft.com/data/ ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/

Re: Which Server for CF???

2002-12-28 Thread Christian Cantrell
I would consider buying a 2xP4 server and running Linux. You can't beat the price, and I have been able to get unbelievable performance out of Intel + Linux, especially with IBM's JVM. The other nice thing about going with Intel is that your box is easily repurposed as a Windows server if

excel as a vehicle to collect and write back data to a CF-App

2002-12-28 Thread cf-talk
I have a customer, who runs an application, where he can show, who is a a promotor or a consultant for certain products he is selling. The application runs on: CF 4.5, Win NT 4 Server with IIS 4 and MS-Access as a backend. Updating and deleting data works on a user-data-record base via web-frontend

Re: Why does one work, but not the other?

2002-12-28 Thread Gyrus
- Original Message - From: "Rick Faircloth" <[EMAIL PROTECTED]> > Why does this expression work: > > > > But this one doesn't: > > What's the context of the code? For instance, is it inside a loop outputting records? Also, what is the error being th

Why does one work, but not the other?

2002-12-28 Thread Rick Faircloth
Good morning. Why does this expression work: But this one doesn't: Is it because having the function "ValueList" is redundant when using "ListLen"? Rick ~| Archives: http://www.houseoffusion.com/cf_lists/index.