christophe

that's not quite true

both ASP and ASP.NET use SQL as a string in a command (you can throw
the SQL string straight at a connection object without a command
object being used). there's issues about single quotes and
concatenation as well as parameters. cfqueryparam is heaven on a
stick...


But I suspect what Cookie is after is more the experiance in using ADO/ADO/NET

eg:
connection objects
command    ""
recordset     "" (ADO/ASP)
dataset       "" (ADO.NET/ASP.NET)
parameter    ""

Cookie, it might be worth clarifying if this is for ASP (vb script) or
ASP.NET (C# or VB.NET)

(sorry, the gig ain't for me at the moment)

On 7/26/06, christophe albrech <[EMAIL PROTECTED]> wrote:
>
> "the trickiest part about them is the sql
> queries"
>
>
> I don't get that... sql shouldn't have to be modified when translating
> coldfusion to asp. Only the functions (cfquery => whatever in asp) that
> execute the queries should change??
>
> tof
>
>
>
> On 7/26/06, cookie <[EMAIL PROTECTED]> wrote:
> >
> > I urgently need a programmer who can translate ColdFusion to ASP for a
> > couple of days work.I have some relatively short and simple CF pages
> > that need translation, the trickiest part about them is the sql
> > queries. If anyone can assist either email me at [EMAIL PROTECTED] or
> > call my mobile on 0419316815. I can then send interested parties the
> > source code to enable you to give me a quote for the job.
> > Thanks
> >
> > Graham Cook
> >
> >
> >
> >
> > > >
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cfaussie
-~----------~----~----~----~------~----~------~--~---

Reply via email to