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
Name the class which allows an element to be accessed using unique key?
Write program in VB.Net with SQL Server and Crystal Reports to develop a small windows application to add,edit,save, search and print Employee Information and send sourcecode as zip file. empcode : .............. empname : .............. dateofjoin : dd/mm/yyyy dateofbirth : dd/mm/yyyy TableName: EmpMaster EmpCode EmpName DOB DOJ TableName: EmpDocs EmpCode DocNo DocName ExpDate
Explain about visual basic?
How can I extract the formated word(bold,italic,underline,font,color etc) from the msword file.?
difference between checkbox vs radiobutton??
How many classes a dll can contain?
What is a stream in vb.net?
Describe about visual basic.net?
What are the advantages of VB.NET?
Name and explain some of the exclusive features which are present in vb?
How can we remove handlers at run time?
What is strong name in .net assembly?
What do you mean by serialization and deserialization?
What is the importance of a Button control?
i have two class that contain's two methods as same name in derived class i have to call these two methods what will happen at run time ?