Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a test file with differently formatted rows.
0x00, Jane, Doe, teacher 0x01, Central Highschool, math Test 0x02, 88,80 0x01, Central High school, english Test 0x02, 92,93 0x01, Central Highschool, lang. arts Test 0x02, 77,87 I need to write a macro to parse out this file and end up with data for three tables in SQL Server: 1) Teacher 2) Exam 3) Grades I was wondering once I have the rows parsed out, what is the best way to update the tables in SQL Server? I saw one thread where someone was exportint to XML. I can do that if I need to. I know SQL Server very well and can program in Excel fairly well. I've imported data from SQL Server into Excel, but never sent data to SQL Server from Excel. I saw one thread, but I wasn't able to follow it at all. If someone could help me to get started that would be great. Would Excel 2007 be any better with this? Thanks. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2007 with SQL Server Analysis Services 2005 | Excel Discussion (Misc queries) | |||
Import data from Excel to SQL Server 2005 | Excel Discussion (Misc queries) | |||
How to connect the Excel 2007 in SQL Server 2005? | Excel Worksheet Functions | |||
To transfer data to SQL Server 2005 | Excel Programming | |||
SQL Server (2005 or other) - Permissions on Views Excel Connection | Excel Programming |