GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Microsoft  >  Visual Basic
Go To First  |  Previous Question  |  Next Question 
 Visual Basic  |  Question 440 of 453    Print  
How to connect Access Database of another PC by network without using DSN, by using Coding.

  
Total Answers and Comments: 1 Last Update: November 01, 2007     Asked by: globalanil18 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
November 01, 2007 17:54:16   #1  
GSoni Member Since: November 2007   Contribution: 3    

RE: How to connect Access Database of another PC by n...
It is quite tipical to connect to MS Access without DSN

I prefer to create a server application like i.e. ActiveX ( EXE/DLL ).
which contains all the connection information also methods to execute SQL commands and to retrieve and update data.

I know it is a lot tedious.... but this is the only way to connect.

Create Main client Application and call the server object by the function

<Local Var> CreateObject ( <Object name> [<Server>] )

and you will be able to connect to server.


- - - - Very Simple Function - - - -
The most simple thing is create a function which will accept the SQL command and will return the Record set.

Do contact me for anyother information.

 
Is this answer useful? Yes | No

 Related Questions

Answer posted by santhanam on 2005-05-19 16:01:20: yes Ans : Set the UseMnemonic property to True if you want to  define a character in the Caption property of the Label as  an access key. 
Latest Answer : Set the UseMnemonic property to True if you want to define a character in the Caption property of the Label as an access key.Also one thing is that u should place text box to set focus because lable canot get focus in run time.Remember to set tab index. ...

Latest Answer : Yes  On Creating RelationShip, You Check the Option OnDeleteCascade. ...

Latest Answer : Dim fso, hfile, msgvalue Set fso = CreateObject("Scripting.FileSystemObject") Set hfile = fso.OpenTextFile("D:x.txt")  If Not hfile.AtEndOfStream Then  Do While Not hfile.AtEndOfStream  msgvalue = hfile.ReadLine  ...

Latest Answer : ODBC IS THE ONE OF THE WAY FOR CONNECTING DATABASEPROVIDER IS ANOTHER  WAY FOR CONNECTING DATABASEconnecting through DSN is odbc directconnecting through provider is microsoft jet database engine ...

What is meant by Establish Connection in RDO? 74.1s it possible to Access BackEnd procedures? Explain.





Latest Answer : YesBy using Oracel driver with ODBC Connection object ...


 Sponsored Links

 
Related Articles

Using XMLType for Handling XML Data in the Database

Using XMLType for Handling XML Data in the Database Being an object type XMLType can not only be used to store XML data in the database but also to operate on that data via its built in methods Regardless of the storage model you choose XMLType provides a set of XML specific methods to operate on XM
 

Using Oracle Database for Storing, Modifying, and Retrieving XML Data

Using Oracle Database for Storing Modifying and Retrieving XML Data With Oracle XML DB you have various XML storage and XML processing options allowing you to achieve the required level of performance and scalability One of the most interesting things about Oracle XML DB is that it allows you to per
 

Performing XSLT Transformations inside the Database

Performing XSLT Transformations inside the Database Now that you have the employees XSL stylesheet stored in the database and the xmlusr schema is permitted to access the hr employees table you can create a script that will instruct the database to build an HTML page based on the data stored in hr e
 

Moving All the XML Processing into the Database

Moving All the XML Processing into the Database In the preceding example the database server performs only a part of the XML processing while the rest is still performed by the PHP engine Specifically the database server generates an employees XML document based on the records from the hr employees
 

Performing XML Processing inside the Database

Performing XML Processing inside the Database When building XML enabled applications on top of Oracle there are many advantages to performing the XML processing inside the database when compared to performing it on the client The key advantages to perform XML processing inside the database are as fo
 

Network Topology

Network Topology There are two levels in a network topology and there are five kinds of network topologies The networks can be connected at two levels the physical and the other is logical A topology basically defines how the network has to be designed and provides a structure to the network mosgoog
 

Network Management

Network Management Network management is the method of managing the tools that belong to a network and maintaining administering all the systems that are connected in the network For one to be able to efficiently manage a network that person should be a qualified network administrator and should hav
 

Network Designs

Network Designs While designing a network many factors have to be taken into consideration like the area to be covered capacity of data that has to be handled and even security issues However when it comes to networks there are LANS or the Local Area Networks and WAN the Wide Area Networks These are
 

jQuery - Basic Alphabetical Sorting

Learning jQuery Basic Alphabetical Sorting Now let s perform a sort on the Title column of the table We ll need a class on the table header cell so that we can select it properly geshibot lang html&quot; Title Author s Publish Date Price geshibot mosgoogle To perform the actual s
 

Online Virtual Business Network

How to begin an Online Virtual Business Network What is Virtual Business Network Business and commerce right from the ancient days depended a lot on the physical representation of the business and the physical identity of the customers and other collaborators Most of the business dealings were done
 

About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape