Hi
I've got a Excel spreadsheet and want to connect it to SQL server database and put data into it using a INSERT INTO statement
There's examples on internet of theory but I'd like to see one that gives a demo, something like this ficticous example
Excel cells:
A1 = Mr A B C
A2 = 123 Any street
A3 = Somewhere
SQL Server 2005 database: database table name: dbo.People
Database name : Members
Host pc SQLServer\PC144
connection via Windows authentication
I'm using Excel 2002
Thanks in advance for help with code.
Start Free Trial