MySQL Forums
Forum List  »  Other Migration

.aspx "html/table" imports
Posted by: Kyle Varga
Date: June 29, 2007 10:06AM

Hey, I have a .aspx file that is laid out like

<table>
<tr>
<td>col name</td>...
</tr><tr>
<td>value</td>...
...
</tr>
</table>

and I am wondering how the best way to go about importing it to a database.

The .aspx file will update with new names and phone numbers, and I want a way that when I import then, I can change data (cept for like an id number thats in the .aspx file), and not overwrite any changes ive made, an also keep track of 'newly-imported' so I can look at them..

Any ideas?

I can post a few lines of the .aspx if you want me too.

Options: ReplyQuote


Subject
Views
Written By
Posted
.aspx "html/table" imports
3979
June 29, 2007 10:06AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.