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 |
|
rhyno
Starting Member
3 Posts |
Posted - 2005-03-17 : 14:28:10
|
| How would I publish one of the databases that is local on my machine to the www?I am creating a website an am having a hicup in the infant stages of development, when I select Open Table>return all rows I get all the rows in the table. When I enter data into the table from the screen returned it dows not fill in the ID field automatically, it is set to uniqueidentifier currently.If you need more information please let me know.Thank for helping.-rhyno |
|
|
JimL
SQL Slinging Yak Ranger
1537 Posts |
Posted - 2005-03-17 : 16:24:50
|
| I would never let a web development go right to a table.In addition to add a record I would use a separate SP and pass the variables to it this should solve your problem.JimUsers <> Logic |
 |
|
|
rhyno
Starting Member
3 Posts |
Posted - 2005-03-17 : 16:30:37
|
| JimL,It is just for developmental purposes.But thanks for the reply.-rhyno |
 |
|
|
|
|
|