inserting into a database using asp.net
am 21.03.2006 03:35:49 von evandela
Hi all, I am aware of how to insert into a database the old fashioned
way, but I am trying my hand asp.net and am SURE this isnt the right
way to do it anymore... I am a newbie here - so please forgive me if I
sound stupid... the query I am trying to run is...
The code is fairly simple...
OnClick="btnAddProduct_Click" />
DataFile="~/App_Data/products.mdb" />
is this easy to do ?
Re: inserting into a database using asp.net
am 21.03.2006 12:44:16 von reb01501
evandela@bigpond.net.au wrote:
> Hi all, I am aware of how to insert into a database the old fashioned
> way, but I am trying my hand asp.net
There was no way for you to know it, but this is a classic asp newsgroup.
While you may be lucky enough to find a dotnet-knowledgeable person here who
can answer your question, you can eliminate the luck factor by posting your
question to a group where those dotnet-knowledgeable people hang out. I
suggest microsoft.public.dotnet.framework.aspnet.
> and am SURE this isnt the right
> way to do it anymore... I am a newbie here - so please forgive me if I
> sound stupid... the query I am trying to run is...
>
> The code is fairly simple...
>
>
>
> OnClick="btnAddProduct_Click" />
>
> DataFile="~/App_Data/products.mdb" />
>
> is this easy to do ?
Sure. You just need to reveal what database you are using when you post this
to the dotnet newsgroup so they will be able to ster you into the correct
client library.
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
Re: inserting into a database using asp.net
am 21.03.2006 15:58:59 von evandela
mmm... nothing I say right now would make me less stupid, I am just
going to settle for saying thank you and I would let the door hit me on
the way out ;)
I love classic asp... !
Cheers,
Evan