Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
I try from excel to connect a SQL server I try to use Server.Createobject("ADODB.Connection") Can't i use this in excel or is it because i shall install some Tools/Ref Best regards Alvin |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
"Alvin Hansen" wrote in message
... I try from excel to connect a SQL server I try to use Server.Createobject("ADODB.Connection") Can't i use this in excel or is it because i shall install some Tools/Ref Hi Alvin, It looks like you copied that from some ASP code. There is no Server object in Excel VBA, so change it to just: CreateObject("ADODB.Connection") and it should work fine in Excel. -- Rob Bovey, Excel MVP Application Professionals http://www.appspro.com/ * Take your Excel development skills to the next level. * Professional Excel Development http://www.appspro.com/Books/Books.htm |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks
Alvin "Rob Bovey" skrev: "Alvin Hansen" wrote in message ... I try from excel to connect a SQL server I try to use Server.Createobject("ADODB.Connection") Can't i use this in excel or is it because i shall install some Tools/Ref Hi Alvin, It looks like you copied that from some ASP code. There is no Server object in Excel VBA, so change it to just: CreateObject("ADODB.Connection") and it should work fine in Excel. -- Rob Bovey, Excel MVP Application Professionals http://www.appspro.com/ * Take your Excel development skills to the next level. * Professional Excel Development http://www.appspro.com/Books/Books.htm |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to connect excel(If I consider it as a database) with a websit | Excel Discussion (Misc queries) | |||
Excel cannot connect to web | Excel Discussion (Misc queries) | |||
How to connect two columns in Excel VBA?? | Excel Worksheet Functions | |||
Informatica Connect to Excel workbook | Excel Discussion (Misc queries) | |||
Excel-SQL Connect | Excel Programming |