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.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 sql server, asp and vb

Author  Topic 

Masa
Starting Member

2 Posts

Posted - 2008-02-26 : 10:53:24
hello all

i was wondering in someone can give me a general detail about how to debug and test on sql database which is accessed through asp pages which call upon visual basic programs. i need to start testing to get a good feel on how each program works.

thanks
mahsa

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2008-02-26 : 11:58:20
What type of testing you're trying to perform? are you interested in only testing the application through front end or are you trying for some db (backend) testing too?
Go to Top of Page

Masa
Starting Member

2 Posts

Posted - 2008-02-27 : 12:06:40
Thanks for the reply. I am trying to do some testing in both front and backend. Specifically, I would like to be able to run the vb programs from Visual Studio 2005. these vb programs are originally called from asp files and query on sql server database.
One issue that I am completely puzzled with is that in the Visual studio 2005 the bebug button is grayed out, which makes me think that the machine I am working on does not have a full licence! is there any other way of doing some testing and debugging?

thanks so much
mahsa

quote:
Originally posted by visakh16

What type of testing you're trying to perform? are you interested in only testing the application through front end or are you trying for some db (backend) testing too?

Go to Top of Page
   

- Advertisement -