Symbianize Forum

Most of our features and services are available only to members, so we encourage you to login or register a new account. Registration is free, fast and simple. You only need to provide a valid email. Being a member you'll gain access to all member forums and features, post a message to ask question or provide answer, and share or find resources related to mobile phones, tablets, computers, game consoles, and multimedia.

All that and more, so what are you waiting for, click the register button and join us now! Ito ang website na ginawa ng pinoy para sa pinoy!

Connecting/adding reference to connect from vb/vs to XAMPP

zeegreatness

Proficient
Advanced Member
Messages
267
Reaction score
4
Points
28
hello guys so may nakita akong thread dito asking how to connect xampp to vb http://www.symbianize.com/showthread.php?t=1463824 so eto first step dl natin yung mga kailangan natin

a.) XAMPP - https://www.apachefriends.org/index.html
b.)MysqlConnector - https://dev.mysql.com/downloads/connector/net/6.10.html

so after installing check natin kung pde natin magamit yung mga mysql namespace para malaman din kung pde na tyo komonek sa xampp so sa pinaka taas ng project natin type natin to Imports MySql.Data.MySqlClient dapat walang guguhit jan na any color pag ganto ang lumabas ibig sabihin may mali pa

View attachment 336831

so para maayos to proceed tyo sa step 2

click view then object browser

View attachment 336833

after nun click natin yung 3 maliit na tuldok dun sa taas

View attachment 336834

then punta tayo sa browse tab at hanapin natin kung saan yung path na iniistall natin yung mysqlconnector sa sakin ay c:\programfiles\mysql\connector.net.6.9\assemblies\4.0 then double click nyo

View attachment 336835

next step is click natin yung mysql.data.dll then "add" and "ok"

View attachment 336836

click ulit natin yung mysql.data.dll then iclick natin yung icon na naka bilog see picture below

View attachment 336837

dapat mag success yan parang ganto

View attachment 336838

so ayun as you can see nawala na yung guhit dun sa namespace natin meaning ready na or pde na tyo makakonek from our project to xampp :)

View attachment 336839

so sana nagets niyo :) !
 

Attachments

  • 1.png
    1.png
    231.7 KB · Views: 19
  • 2.png
    2.png
    213.2 KB · Views: 15
  • 3.png
    3.png
    190.7 KB · Views: 15
  • 5.png
    5.png
    272.4 KB · Views: 13
  • 6.png
    6.png
    245.1 KB · Views: 10
  • 7.png
    7.png
    222.4 KB · Views: 12
  • 8.png
    8.png
    216.1 KB · Views: 9
  • 9.png
    9.png
    190.9 KB · Views: 9
Back
Top Bottom