Loading

lan based

16 posts / 0 new
Last post
pjlacsamana@gmail.com's picture
Offline
Joined: 07/24/2009
lan based

thank you

admin's picture
Offline
Joined: 11/14/2008
re: lan based

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.

Anonymous
re: lan based

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.

pjlacsamana@gmail.com's picture
Offline
Joined: 07/24/2009
lan based

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

Anonymous
With conn

With conn
.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source= " & CurrentProject.Path & "\mcoun.mdb "
.Open
End With

regards
jey208@gmail.com

pjlacsamana@gmail.com's picture
Offline
Joined: 07/24/2009
lan based

salamat

contented

pjlacsamana@gmail.com's picture
Offline
Joined: 07/24/2009
hello sir

marami poh kayo natutulungan and god bless always

contented

admin's picture
Offline
Joined: 11/14/2008
re: lan based

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.

pjlacsamana@gmail.com's picture
Offline
Joined: 07/24/2009
re lan based

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

admin's picture
Offline
Joined: 11/14/2008
re: lan based

It should be something like:

con.open"Provider=microsoft.jet.oledb.4.0;datasource="z:/db1.mdb"

pjlacsamana@gmail.com's picture
Offline
Joined: 07/24/2009
hello

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

Anonymous
how to make a search engine in asp.net and vb.net?

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.

Anonymous
lan based

let me think

Anonymous
hi

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!

Anonymous
lan based application

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

Anonymous
how connect computers?

do i have to get internet connection?

Pages

Add new comment

Filtered HTML

  • You may insert videos with [video:URL]
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>, <asp>, <c>, <cpp>, <csharp>, <css>, <html4strict>, <java>, <javascript>, <mysql>, <php>, <python>, <sql>, <vb>, <vbnet>. The supported tag styles are: <foo>, [foo].
  • Lines and paragraphs break automatically.

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.