Does ANYONE know how to...

N

Niz406

Capture a forms SQL command / query when the form loads.. so that they can
amend the SQL and code further functionality?

is it best to use JScript / VBScript or .Net managed code? <- How would I
implement these?
 
K

K.Ramana Reddy(GGK Tech)

Hi,

First take the dataConnection to the database and use the that connection in
OnLoad event to create or define SqlCommand/query.

It is better to use .Net managed code.
 
N

Niz406

Hi and Thanks...

Being new to coding in JScript and .Net managed code, how would I go about
coding that... ?
 
N

Niz406

Thanks for the link... the page goes on about using the toolkit, I take it
that managed code can only be implemented through visual studio family of
products with the infopath toolkit ?

Can I not use the coding tool that comes with IP 2003 ?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top