copy recordset to a structure in MX

2002-10-02 Thread Urs Bertschy
which is the most efficient way to copy a single recordset into a structure with CFMX? I know the QueryRowToStruct() UDF, but is there a better way? Maybe a built in function in MX? Thanks ~| Archives:

cf_location on CFMX

2002-09-23 Thread Urs Bertschy
I am getting an error (see message below) using the cf_location-customtag on ColdFusion MX. This worked fine under CF 5.0. Anybody expierencing the same problem? I read somewhere that MX now supports writing cookies with the cflocation-tags? Do I still need cf_location for any reason or can I

Implementing remember me capability

2002-09-09 Thread Urs Bertschy
I have built a role-based login/security-module with client vars in database storage. Now I am thinking about implementing a autologon-feature. In the login form a user can check a remember me checkbox an the app should recognize and logon the user automatically in any future sessions. How do

OT: .Net Mailinglist

2002-08-29 Thread Urs Bertschy
Hello all I want to expand my know how to other plattforms especially .Net (ASP.Net, C#). Does anyone of you know a good and informative mailinglist like CF-Talk for .Net? Thanks Urs __ Signup for the Fusion Authority news

Re: CF Studio 5 Saving file to wrong local directory

2002-08-26 Thread Urs Bertschy
I occasionally have the same problem. It's pretty nasty. I always felt that the file manager behaves strange in CF Studio 5/4.5. Sometimes I get its very slow on network drives. And sometimes it lists every file in a directory two times. - Original Message - From: Everett, Al [EMAIL

CreateODBCDateTime: When do I have to use it?

2002-06-24 Thread Urs Bertschy
When do I need to use CreateODBCDateTime() to insert a date to a sql-server-database? What happens with my code when I move to another database which uses instead of an ODBC-Connection an OLE-DB or JDBC-Connection? Do I have to change all my insert-queries?