Ask a Question related to ASP, Design and Development.
-
Ethan Lincoln #1
taking SQL server code from an ASP page and placing it in EXCEL
I'd like to write a bunch of queries from a SQL Server 2000 database in
my ASP page and have a way of copying this information into an excel
workbook in specific cells. Writing the queries isn't the problem, I
just need to place it in a file in different specific cells.
Is there a way to do this? Do you have to use VBA code or something?
the *.iqy technique isn't going to work, cause I have to place the data
in a sepcific excel file, in sepcific cells.
I am not sure how to do this or if it's possibly, if anyone has any
ideas on where to start or find some sample code I'd REALLY appreciate
it.
Thanks,
EL
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Ethan Lincoln Guest
-
Dangerous rounding bug when placing/importingdata from Excel spreadsheet (CS2)
We've just come out of a client meeting in which they pointed out a seemingly random spattering of data errors throughout the financial section of... -
placing new excel copy into formatted In Design CS2 document
Hello I am trying to place new copy from an excel document into an existing In Design document. I copied and pasted the excel data into a new... -
Best way to get ASP page to query Excel data (using SQL server)?
Hi, I plan to query and process some data that resides in an Excel file on a network drive via ASP, with a SQL Server database as a go-between.... -
#26180 [NEW]: server randomly sends source code of php page to browser
From: svec at nostromo dot cz Operating system: redhat linux 7.3 w 2.4.9 kernel PHP version: 4.3.4 PHP Bug Type: Apache2... -
Newbie needs code pages for SQL Server 2000 access from asp.net page using vb.net
I am only trying to connect to a local host . I am on Windows 2000 Server with sql 2000 server. My error is the classic "SQL server does not... -
Tom B #2
Re: taking SQL server code from an ASP page and placing it in EXCEL
Can you skip asp altogether and just connect your excel to the SQL Server?
If not you are looking at using Excel Automation which is not encouraged by
Microsoft.
You could just create a *.csv file, but then you wouldn't have cell specific
control.
"Ethan Lincoln" <smakawhat@yahoo.com> wrote in message
news:OplejDpjDHA.2456@TK2MSFTNGP09.phx.gbl...> I'd like to write a bunch of queries from a SQL Server 2000 database in
> my ASP page and have a way of copying this information into an excel
> workbook in specific cells. Writing the queries isn't the problem, I
> just need to place it in a file in different specific cells.
>
> Is there a way to do this? Do you have to use VBA code or something?
> the *.iqy technique isn't going to work, cause I have to place the data
> in a sepcific excel file, in sepcific cells.
>
> I am not sure how to do this or if it's possibly, if anyone has any
> ideas on where to start or find some sample code I'd REALLY appreciate
> it.
>
> Thanks,
>
> EL
>
> *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
> Don't just participate in USENET...get rewarded for it!
Tom B Guest



Reply With Quote

