I am certain the nested quotes on your forms are important, so be sure to check 
carefully.

Also, be aware of SQL 7 to SQL 2000. Dates are stored differently, and  you might find 
that date values passed in from your forms don't insert correctly.



Regards,

Len Wright
Plus International Corp
www.plusinternational.com

Direct: 604-415-2384
Fax:604-415-0830


>>> [EMAIL PROTECTED] 06/07/02 02:16PM >>>
Okay

NT 4.0
SQL 7
IIS 4

I have been dreading this and putting it off for a long time, but it 
is now time to upgrade my server running 3.6 to WiTango 2000. I have 
some questions about the upgrade process.

Are there any caveats or suggestions for going through this?

One of the problems I have is that 6 of my major sites run through an 
SSL domain and I know I can't pass variables from 3.6 to 2000 or back 
again, so I need to do this all at once and get it up and running. I 
will be doing an all nighter for this and I need to get all my ducks 
in a row (quak quak).

I need to work on syntax and have a general question on whether this 
will bomb 2000...
Is it okay for the following?
<input type ="text" value="<@column "product.id">">

or do I need...

<input type ="text" value="<@column 'product.id'>">

Will this work when I upgrade?

I know that nested quotes (and have fixed all of them) when assigning 
and calling variables are important..

ie
<@ASSIGN test "<@column 'product.id'>">

But what about nesting in forms?

Any suggestions and other related problems that may arise are welcome!

Thanks!!

-- 
________________________________________________________________________
TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] 
                with unsubscribe witango-talk in the message body


________________________________________________________________________
TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
                with unsubscribe witango-talk in the message body

Reply via email to