|
 |
asp_web_howto thread: uploading data from Excel sheet to DB
Message #1 by Nusrat Sarwar <nusrat286@y...> on Mon, 6 Jan 2003 02:32:49 -0800 (PST)
|
|
Hi there
Hope all of you are fine and well
I need to upload data from excell sheet to my database
either access or SQL Server
I will be highly oblige for a quick help
Take care
Regards
Nusrat
__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
Message #2 by "TomMallard" <mallard@s...> on Mon, 6 Jan 2003 06:59:26 -0800
|
|
Create an ODBC connection for the excel spreadsheet, then, open it as a
recordset using ADO.
tom mallard
seattle
-----Original Message-----
From: Nusrat Sarwar [mailto:nusrat286@y...]
Sent: Monday, January 06, 2003 2:33 AM
To: ASP Web HowTo
Subject: [asp_web_howto] uploading data from Excel sheet to DB
Hi there
Hope all of you are fine and well
I need to upload data from excell sheet to my database
either access or SQL Server
I will be highly oblige for a quick help
Take care
Regards
Nusrat
__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
Message #3 by Nusrat Sarwar <nusrat286@y...> on Mon, 6 Jan 2003 13:53:55 -0800 (PST)
|
|
thanx for your reply
dont i need any component??
take care
regards
nusrat
--- TomMallard <mallard@s...> wrote:
> Create an ODBC connection for the excel spreadsheet,
> then, open it as a
> recordset using ADO.
>
> tom mallard
> seattle
>
> -----Original Message-----
> From: Nusrat Sarwar [mailto:nusrat286@y...]
> Sent: Monday, January 06, 2003 2:33 AM
> To: ASP Web HowTo
> Subject: [asp_web_howto] uploading data from Excel
> sheet to DB
>
>
> Hi there
> Hope all of you are fine and well
>
> I need to upload data from excell sheet to my
> database
> either access or SQL Server
>
> I will be highly oblige for a quick help
>
> Take care
> Regards
> Nusrat
>
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Mail Plus - Powerful. Affordable. Sign up
> now.
> http://mailplus.yahoo.com
>
>
>
>
__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
Message #4 by "suhailkaleem" <suhailkaleem@p...> on Tue, 7 Jan 2003 03:03:09 +0500
|
|
hi !
you can do this very easliy with fso ( file system object )
if you need help or code for it let me know
Thanks
suhailkaleem
----- Original Message -----
From: "Nusrat Sarwar" <nusrat286@y...>
To: "ASP Web HowTo" <asp_web_howto@p...>
Sent: Tuesday, January 07, 2003 2:53 AM
Subject: [asp_web_howto] RE: uploading data from Excel sheet to DB
> thanx for your reply
> dont i need any component??
> take care
> regards
> nusrat
>
> --- TomMallard <mallard@s...> wrote:
> > Create an ODBC connection for the excel spreadsheet,
> > then, open it as a
> > recordset using ADO.
> >
> > tom mallard
> > seattle
> >
> > -----Original Message-----
> > From: Nusrat Sarwar [mailto:nusrat286@y...]
> > Sent: Monday, January 06, 2003 2:33 AM
> > To: ASP Web HowTo
> > Subject: [asp_web_howto] uploading data from Excel
> > sheet to DB
> >
> >
> > Hi there
> > Hope all of you are fine and well
> >
> > I need to upload data from excell sheet to my
> > database
> > either access or SQL Server
> >
> > I will be highly oblige for a quick help
> >
> > Take care
> > Regards
> > Nusrat
> >
> > __________________________________________________
> > Do you Yahoo!?
> > Yahoo! Mail Plus - Powerful. Affordable. Sign up
> > now.
> > http://mailplus.yahoo.com
> >
> >
> >
> >
>
>
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
> http://mailplus.yahoo.com
>
>
|
|
 |