Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~1K People Reached
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for bayron209

im still newbie in programming please help me.. I already try the code below but it doesnt work, cannot connect. I am using Xampp as a server Dim con as new MysqlConnection("server=192.xxx.x.xxx,host=localhost;port=3306;uid=root;database=sampledatabase") I dont know why it doesnt work.. Tnx in advance guys

Member Avatar for bayron209
0
356
Member Avatar for bayron209

Can someone help me, how to count duplicate rows in vb.net using mysql . auto count after search or filter but in my code it count all existing data within the range my code: Try con.Open() With cmd .Connection = con .CommandText = "select s_monthname, count(*) as Total from sample2" …

Member Avatar for bayron209
0
716

The End.