hi dear !
thank u for replying to my question regarding adding
third party software in vb.net .My next question is that i
haven created Data base in SQL server 2000 for Library and
has connected that with VB and VB.net separately but it
only works on single computer and when i takes my software
to another computer on same Network it does not work .
Can any body help me what i do to solve.
Regards!
Answer Posted / vamshi5kvn
check the database path. u might have mentioned the drive
path which works for single computer.But for multiple
computers u hav to give application path which should be
globally declared and should write in congig file.then u can
acess it.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain strong name in .net assembly?
Which namespace are used for accessing the data?
Explain nested classes?
Explain how to achieve polymorphism in vb.net?
Write a program to find all text files in a logical drive and return the count of the number of files?
How to create a constant in vb.net?
What are the different types of Lock available in Visual Basic?
What are the assembly entry points?
described weak typing?
Described strong typing
What is the difference between Namespace and Assembly?
How do you retrieve the customized properties of a .net application from xml .config file?
what is interface and when it is used?
What is difference between inline and code behind?
Explain about branching logic control in vb.net?