thank you
Loading
Share Your Source Code or Article
Do you have source code, articles, tutorials, web links, and books to share? You can write your own content here. You can even have your own blog.
Submit now...
Submit now...
Sponsor
Receive Free Updates
Today's popular content
- How to Connect to a Database and Add/Update/Delete Record (45)
- Hotel Reservation System in MS Access (44)
- Free Hotel Management System Manual (27)
- My VB Program (26)
- Visual Basic .NET 2008 Tutorial (25)
- Automated Voting System (AVS) (24)
- Hotel Reservation System (23)
- Hotel Reservation System (VB.NET) (22)
- Create a Library System Database (22)
- A Simple Add, Edit, Delete, and Search using VB and MSAccess (22)
- 1 of 204
- ››
Random Post
- Phone Book using ADODB (3,388)
- Ohms Law Calculator 1.0 (3,195)
- Analog Clock .NET (5,162)
- Medical Alert Gadget (1,435)
- Keylogger in c# (parallel implementation) (4,025)
- Transmittal Recording Program (1,847)
- Question Bank (1,821)
- SQL ALTER TABLE Statement (1,298)
- Password management (4,888)
- Word Counter Version 1.0 (1,851)
- 1 of 133
- ››
There are two kinds on this approach. One is a true client/server architecture or file server. In client/server you need an sql server like ms sql, mysql, oracle, etc. While in file server all you need is to map the shared folder where your database is located.
hi sir this is pj again yes share gusto kopo sana gawin ung pagmamap ng shared folder kasi ang databse na ginamit ko is ms access ang problema ngalang poh sir di ko po alam panu ko gagawin po talaga iyon. help nmn poh sir dito kung ok lang sa inyo poh. himtay kopo sagot nyo more power at marami kayo natutulungan po.
sir kung ok lang poh sa inyo guide nyo poh kung panu gagwin po iyon sir kung ok lang poh maraming salamat poh talaga
contented
With conn
.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source= " & CurrentProject.Path & "\mcoun.mdb "
.Open
End With
regards
jey208@gmail.com
salamat
contented
marami poh kayo natutulungan and god bless always
contented
This assume that you have two computer. One is your file server and the other is a workstation.
1. Share the folder where the database backend is located in your file server computer.
2. Go to your workstation and browse the computer on your network places or type directly into your windows explorer address bar.
For example:
\\computername\
computername is the name of your computer. You can also use IP Address in this case.
Now if you can see the name of the folder that you have shared in step one right click on it and click map network drive.
ah ok ganun poh ba sir wala npoba me babaguhin sa connectiong string ko po?
kasi eto poh ginawa ko
con.open"Provider=microsoft.jet.oledb.4.0;datasource=" & App.Path&"/db1.mdb"
yan po ang ginamit kong connection string sir
maraming salamat poh
god bless
contented
It should be something like:
con.open"Provider=microsoft.jet.oledb.4.0;datasource="z:/db1.mdb"
sir salamt poh pala sa pagtuturo nyo sakin bout file sever thank you and im glad poh na nandyn kayo marami po kayo natutulungan next time kung pwede client/sever nmn poh eheheh
maraming salamat poh and god bless
contented
Pls help me in my project. It is a LAN BASED search engine wherein the user will input something in a textbox and the possible data from the database will be shown in a gridview, (like google). It will also highlight the searched keywords. thanks for those who will make effort to reply with my message. I'm only a CS student.
let me think
hi sir this is angie and i would like to ask help regarding our thesis on how to access to other computer through chatting (LAN). THANK YOU VERY MUCH AND GOD BLESS!
hi sir, i'm eunica, and i am currently developing a automated computer rental system using vb.net. It is one of the requirements needed in my subject. regarding sharing of folders, is that all that i need to make my system a lan-based application or there is something else that i should put on the code... thanks and God Bless
do i have to get internet connection?
Pages
Add new comment