Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,152,865 members, 7,817,560 topics. Date: Saturday, 04 May 2024 at 02:23 PM

Vb.net 2008 And Mysql - Programming - Nairaland

Nairaland Forum / Science/Technology / Programming / Vb.net 2008 And Mysql (1292 Views)

Android Quiz Application With Json Parser, Php And Mysql Database / Can Vb 6.0,visual Studio 2008 And Visual Studio 2010 Run On Windows 7 Os. / Post Ur Vb 6.0 Questions Here (2) (3) (4)

(1) (Reply) (Go Down)

Vb.net 2008 And Mysql by leastpay(m): 1:13pm On May 27, 2012
Pls is connection b/w vb.net 2008 and mysql possible .if yes how do i insert, select , update and delete .thanks
Re: Vb.net 2008 And Mysql by Kobojunkie: 12:43pm On May 29, 2012
It is possible. Do your research. Employ your google skills . ..
Re: Vb.net 2008 And Mysql by bb6xt(m): 3:47pm On May 29, 2012
It is possible. Install odbc connector for mysql, goto control panel/admistrative tools/odbc and create a system DSN(i.e. Datasource name) using d odbc connector n ur mysql creds. In ur vs:
[code]
'import d odbc namespace frm system
Dim c as OdbcConnection
Dim cStr As String = 'Dsn=MyDsn'
Dim cmd As OdbcCommand

c = New OdbcConnection(cStr)
cmd = New OdbcCommand()
cmd.CommandText = 'update tbl set foo=bar'
c.Open()
cmd.ExecuteNonQuery()
c.Close()
[code]
haven't written vb 4 over 2yrs now only Python/C++/JavaScrip
Re: Vb.net 2008 And Mysql by UcheDestiny1: 2:07am On Dec 02, 2012
VB.Net code for Database
Re: Vb.net 2008 And Mysql by VURN(m): 4:09pm On Dec 04, 2012
It is very possible and i develop with dem. You can also make dem to run on Local area network.

(1) (Reply)

Must My Array Or Pointer Allocation Have A Limit In C Or C++? / Need Visual Studio / 2016 Niit's Easter Promo ?need Advice

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 7
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.