Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2003-02-26 : 07:45:43
|
kody writes "Can anyone help me ... I hava an sql database ... and i can connect with MSDE - user: pass: - i would like a program, or any other thing that modify the content of my sql database (in a field i specify) but NOT uploading it.I would like to do something like that ""insert (INTO transaction SET wherere name = 'djjdj', account pass='jdjdjs}""I've tryied whith an .asp ... but it doesn't work because i have some characters like "G›|�¿ª€§/Á0b ¹Iõ" and i can't use them because .asp does not recognize them ...." |
|
ValterBorges
Master Smack Fu Yak Hacker
1429 Posts |
Posted - 2003-03-04 : 19:37:35
|
Ok, Do you know how to use Query Analyzer?Have you used access data projects before?A simple way would be to connect an access data project to your sql database and edit the table. If you'd like a better interface create a form to edit the table. |
|
|
|
|
|