Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am using VBA in excel to query a microsofts sql server using odbc drivers
in order to bring all the information into an excel spreadsheet. I've been running into some problems and am wondering what is the easiest way to go about accomplishing this task. Thanks for the help. --Jon |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Jon,
It depends on what sort of problems you are encountering. It could be that you need to create a Stored Procedure on the SQL Server so that much of the data selectivity and pre-processing is done at the server (often a lot faster than a PC), with only a table of the desired results sent to Excel. (Might also help if you have network traffic issues) I have used both - unfortunately, it does depend on the complexity of the data sought and the errors encountered. Regards Dave "Jon Kane" wrote in message ... I am using VBA in excel to query a microsofts sql server using odbc drivers in order to bring all the information into an excel spreadsheet. I've been running into some problems and am wondering what is the easiest way to go about accomplishing this task. Thanks for the help. --Jon |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
External Data Warning Message - I have No External Data in wrkbk | Excel Discussion (Misc queries) | |||
Getting External Data based on criteria insde of the external data | Excel Discussion (Misc queries) | |||
Pivot table accessing external data | Excel Discussion (Misc queries) | |||
Error accessing external object property XVALUES | Excel Discussion (Misc queries) | |||
Accessing List Data | Excel Discussion (Misc queries) |