Forum: VB.NET Jul 21st, 2007 |
| Replies: 1 Views: 1,683 hi
go to http://support.esri.com/index.cfm?fa=knowledgebase.techarticles.articleShow&d=19551 and click in -- Register/unregister ArcObjects components using regsvr32.exe. -show me-
hope it helps |
Forum: VB.NET Jul 21st, 2007 |
| Replies: 2 Views: 10,621 i found the anwser and it's really stupid...
this is my original sql string: "select nome from user"
this is the working string: "select nome from [user]"
no comments... |
Forum: VB.NET Jul 21st, 2007 |
| Replies: 2 Views: 10,621 hi
i'm making a little application in vb.net and i need to use a data base. so i used some of my aspx functions and the same data base. the problem is that every time i run the application and do... |