Microsoft Visual Basic 6.0 for PC Logo

Related Topics:

Posted on Apr 01, 2009
Answered by a Fixya Expert

Trustworthy Expert Solutions

At Fixya.com, our trusted experts are meticulously vetted and possess extensive experience in their respective fields. Backed by a community of knowledgeable professionals, our platform ensures that the solutions provided are thoroughly researched and validated.

View Our Top Experts

Connecting database to vb

What should i do..plzzzz help..me im a begginers and i dont know how...can i use dezign for a graphical?

1 Answer

Anonymous

Level 3:

An expert who has achieved level 3 by getting 1000 points

All-Star:

An expert that got 10 achievements.

MVP:

An expert that got 5 achievements.

Vice President:

An expert whose answer got voted for 100 times.

  • Master 555 Answers
  • Posted on Jun 15, 2009
Anonymous
Master
Level 3:

An expert who has achieved level 3 by getting 1000 points

All-Star:

An expert that got 10 achievements.

MVP:

An expert that got 5 achievements.

Vice President:

An expert whose answer got voted for 100 times.

Joined: Jun 15, 2009
Answers
555
Questions
0
Helped
226710
Points
1636

What database you are using?

Add Your Answer

×

Uploading: 0%

my-video-file.mp4

Complete. Click "Add" to insert your video. Add

×

Loading...
Loading...

Related Questions:

1helpful
2answers

I dont know the disadvantages of visual basic.

visual basic, is only a basic programming language, most programs will run on Java script, microsoft is visual basic though, but it uses a lot more complex scripts then, if you like the programing language, go for it, but i did not like it.
Also
VB is undoubtedly the simplest and easiest platform to build major Windows applications. The problem is that like other Microsoft products they change faster than I change my socks.You will certainly need more than just VB. Get into server and client side scripting and the use of VB Net.
1helpful
1answer

How to make the library managment project with VB.Net & using MS Access as for database.& please help me out what code should I use for making that project?

firstly you have to create a database and in that you have to create tables as per your requirement.
secondly, create forms in vb and connect the database, as per your requrement. it is not possible to give all the codes. use some e-books.
0helpful
1answer

I cant make mde file of my database

From the modules object I selected debug menu and from there chosen compile option.
The problem was solved within a second.
0helpful
1answer

Retrieving acess data which is password protected thru VB

You will need to use a connection string. But - before you can configure the string correctly, I'd need to know how the data is stored (Access, SQL, ODBC, etc). You can find examples online. Just know that you are looking for "Connection String." Here's two examples:
1. For MS Access (Jet files):
' Set up the connection string.
m_strConn = "Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=" & strDestDBPath & ";" & _
"Jet OLEDB:Engine Type=5" ' NOTE: Use Type=5 for Jet 4.x.

2. For SQL database:
g_strADOConn = "Provider=SQLOLEDB;" & _
"Data Source=SERVER_NAME;" & _
"Initial Catalog=DATABASE_NAME;" & _
"User ID=mssql_userid;" & _
"Password=mssql_password;"
0helpful
1answer

Sir,How to write the code in visual basic to create database in oracle? please help me.

Hi
I guess when you say database thats what you mean and not schema . the terms of database and schema are different from one db to another .
Usually you don't create database from vb or other language, although i guess you can do that .
follow the commnds in the folowing link you just have to embed them in your vb code .

good luck


1helpful
1answer

Sir how to set a messagebox in vb.net

To display a MessageBox:

MessageBox.Show("This is your messahe text!", "Title of Your MessageBox", MessageBoxButtons.OK, MessageBoxIcon.Exclamation)

Regarding connecting to an Oracle database, you'd have to search for the connection string.
0helpful
1answer

Database connectivity

Hello,
Please follow the link below to help with connecting to a database and displaying data using visual basic.
http://www.freevbcode.com/ShowCode.Asp?ID=1257

Please let me know if you have any questions.
Thank You, Raph30
0helpful
1answer

Insufficient memory

Check you disk space. [my computer] right click on Local Disk C. im a begginer myself, so i dont know much, and i cant help you a lot.
0helpful
1answer

Vb database connectivity

use odbc tool located in controll pannel and make a database file for use from visual basic6.0
0helpful
1answer

Executing VB application from shared drive

I donot have much expertise on the subject but I think you can do the same by connecting your Database through ODBC connectivity than direct connection. In that way your database will be only on one Server and all can use the same by just using the program from their own console.
Not finding what you are looking for?

135 views

Ask a Question

Usually answered in minutes!

Top Microsoft Computers & Internet Experts

Grand Canyon Tech
Grand Canyon Tech

Level 3 Expert

3867 Answers

k24674

Level 3 Expert

8093 Answers

Brad Brown

Level 3 Expert

19187 Answers

Are you a Microsoft Computer and Internet Expert? Answer questions, earn points and help others

Answer questions

Manuals & User Guides

Loading...