-1
votes
0answers
26 views

Deduct recipes of a food from the main inventory table? [closed]

I'm stuck somewhere. I have a table for Inventory (which contains the available amount of each food component) What I want to do: If I select a certain food (say salad) I want to be able to deduct the ...
0
votes
1answer
44 views

Retrieve BLOB from MySQL with vb.net not using picturebox

This may seem like a trivial question, however I have searched for a decent explanation and tried to decipher this problem myself with little to no success. I wish to retrieve a blob I have stored on ...
0
votes
1answer
12 views

web service connection to mysql fails

Spent a long time looking for an answer for this one - the web service I posted and which resides on my IIS server (on my computer) fails to make a connection to MYSQL (ADODB connection.open fails) ...
0
votes
0answers
15 views

How to add or save file path in xampp (mysql) field?

I'm trying to create a program that will display an image from mysql database (xampp) to picturebox (vb.net). I don't know where to start on how to save the file path on my image field. Can anyone ...
0
votes
3answers
22 views

MySQL: Syntax error while creating a table

I wanted to create a new table, but I have a syntax error somewhere. However I do not see where, no matter how often I look over it. Can anybody spot my error? Dim cmdCreate As New ...
1
vote
2answers
30 views

Programming for MySql and MSSql in VB.NET

I have a program written in VB.NET that as part of its function requires the use of a number of database classes. At the moment the classes are programmed specifically to use objects originating ...
-1
votes
0answers
45 views

Make my localhost as a server [closed]

Can I connect to my virtual IP address (the one which is detectable by any IP detector site like http://whatismyipaddress.com/) using vb.net for remote MySQL? My last project for our office in an ...
1
vote
2answers
31 views

Visual Basic fetching data from mysql table

I'm trying to fetch some data from table and get error:"Invalid object name 'h'".My code is Dim h As Decimal 'some code cmd2 = New SqlCommand("insert into h select KvotaX from dbo.Utakmice where ...
0
votes
0answers
8 views

MYSQL MyISAM table updates does not immediately occur

I'm using MYSQL MyISAM tables.. I'am updating records in a for loop 1000 times for example; "UPDATE table set flag=1 where id = 1" ... id = 1000, (please dont ask why I'm not using IN query) When I ...
0
votes
1answer
25 views

Function to check if date2 is tomorrow of date1?

is there a function in vb.net or mysql that checks if date2 is the date for tomorrow of date1? like date1 = 6/4/2013 date2 = 6/5/2013 is date2 = tomorrow of date1? and also the vice versa id date1 ...
0
votes
1answer
29 views

Insert and Update table row based on date

before i'll insert TIMEOUT in the database, i want to update its corresponding time-in where timeIN.id = timeOUT.id One successful scenario of merge is: when date.timeIN = ...
-1
votes
1answer
30 views

How to insert visual basic variables to website's database?

I have this VB code: Public Class Form1 Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim phpref As String = "" For ...
1
vote
1answer
35 views

How to merge string date and time and convert to date and time w/military format in vb.net?

I have a table with varchar data type and it stores: stored in a varchar field ---> date = 05/29/2013 varchar field ---> time = 7:00 PM How do i merge this two in one and use the military ...
0
votes
0answers
27 views

Visual Studio MySQL no defined at runtime

I've been given a couple VS solutions to replicate a build on my system. I've updated all the needed references, including the connection string and once I tell VS2012 to build I get no errors. The ...
-1
votes
0answers
20 views

Editing a Radgrid Item

I have a radgrid that I bind data to from a SQL table. I need this information in order to retrieve the information for the last two columns from the MySQL databases. however, once I retrieve this ...
0
votes
1answer
29 views

How to cast object of type 'gupta.sqlbase.data.sqlbaseconnection' to type 'mysql.data.mysqlclient.mysqlconnection'

I selected some values in SQLBase and I want to import them in MySQL. But the problem persists as indicated in my title. The scenario is this: I have to select only some fields and their values in ...
0
votes
4answers
48 views

Upgrade backend functionality of website - opinions wanted on different options [closed]

We have a website that originated in 2001, which started with some simple classic ASP scripts that enabled website viewers to dynamically configure products by following a step by step process of ...
0
votes
1answer
37 views

Select using -1 in tinyint field on MYSQL

I have written the following code to filter the people who wants a newsletter via post or e-mail: Sub loadoverviewnewsletter() Dim sql As String Dim sql1 As String If ...
1
vote
1answer
95 views

Get specific row col values from mysql using vb 2012

I have one button retrieve I just want to get the database table "account" value by its row and col and display it in a textbox. I keep on getting errors on the datafill line Imports ...
-1
votes
1answer
45 views

can't query multiple row of MySQL database in VB.net

I want to display what i want to select but i get only 1 row. How to solve it plz? I only get the first row data but when i go to the do while in the second round it skip the loop and end the process. ...
1
vote
0answers
82 views

Complex AQA A-Level Comp4 Computing project [closed]

I have an unusually large A-level class this year and a lot of students who are struggling to come up with complex programming projects. The students are college level (17-18) and have experience ...
-2
votes
1answer
31 views

How to create a User login and Account Logging Details in Mysql database using VB.net 2010 [closed]

How do I create a User login and Account Logging Details in Mysql database using VB.net 2010? Plases i need the source code, thanks
0
votes
1answer
87 views

How to import contents of text file into mysql table in vb.net?

I've searched different forums on this one, but still no luck. I have tried different codes, so far my query looks like this: Dim query As String query = "LOAD DATA LOCAL INFILE ...
1
vote
1answer
15 views

Displaying and clearing values in label from database

Hello I have a datatable called Customer with the attributes CustomerID, Firstname and Surname. So far I have managed to display the labels with the correct customer connected to the correct ...
1
vote
1answer
82 views

How can I insert records in different columns from multiple textboxes in a MySQL table?

How can I add records from multiple text boxes in a VB.net WinForm, to a remote MySQL database? I want to insert the value in the textboxes (fname, lname) to the corresponding columns in a mySQL ...
0
votes
0answers
73 views

DataGridView population with variable WHERE clause (MySQL/Net Connector)

I am using the MySQL/Net Connector for my VS 2010 VB.NET application. I managed to automatically fill my DataGridView using the little operation arrow up over the DataGridView and it received data ...
0
votes
0answers
111 views

WHERE clause in database populated DataGridView VB.NET

I am using the MySQL/Net Connector for my VS 2010 VB.NET application. I managed to automatically fill my DataGridView using the little operation arrow up over the DataGridView and it received data ...
0
votes
1answer
59 views

Write to MySQL from VB.Net. VB uses comma, but the database only accept period

First I am showing some data in a datagridview and then it’s possible to double click it and have the value entered in a textbox called: txtDecimal txtDecimal.text = ...
0
votes
0answers
32 views

MySQL doesn't show new data

Hello I have encountered a problem I can't seem to wrap my head around. I have a database with a table called Customer - CustomerID(primary key), Firstname, Surname, Address, Zipcode and sex. ...
0
votes
1answer
99 views

VB.NET MySQL blob saving fails for some files

sometimes saving a BLOB using VB.NET to a MySQL db fails. I am saving PDFs. When I open the PDF on my computer, it works great. Then I save it to be db, and most often it works find. I retrieve the ...
0
votes
2answers
32 views

display more than one value member

i using vb.net. got a small problem. i pick from combobox which student_id then i need the other's text box change the data based on the selected id but the problem is the value member only read one ...
1
vote
2answers
68 views

MySql.Data.MySqlClient.MySqlException - vb.net

can't figure out what went wrong with my code. I wanted to retrieve a sha256 key from mysql database. keys table: Id(int 4) | key (varchar64) 1 | ...
-1
votes
3answers
51 views

second ExecuteReader() doesn't work

I have a code which checks the validity of user and then, if a user is valid it inserts certain values in the database. My problem is when After I query my database to check if a user is valid and ...
0
votes
1answer
18 views

Update paneel blocks execution of some error messages

I ave an asp page with 1 update panels with 2 panels which are controlled by 2 buttons if you click in first button first panel appears and second becomes hidden and if you click second button the ...
0
votes
0answers
22 views

can't execute anyquery related part inside the update pannel

I ave an asp page with 1 update panels with 2 panels which are controlled by 2 buttons if you click in first button first panel appears and second becomes hidden and if you click second button the ...
1
vote
1answer
133 views

How to get selected data from combobox and upload it to mysql database?

I want to get selected data from combobox and upload it to mysql database, but it's not working as expected. Here is my code: Try Dim cmd2 As New MySqlCommand Dim ...
-1
votes
1answer
30 views

Error when trying to add records to database table

I have created a system included a database using mySQL on visual studio express 2010. One of the tables I have included in my tables is booking. When i tried to input records into this tabl from the ...
0
votes
1answer
82 views

How to check if mysql query returns nothing?

I'm writing a project and at the some point i have to check if there is an entry in database which matches the content of id-textbox and password-textbox. But I don't know how to indicate in my ...
0
votes
1answer
42 views

How to upload what user selected in combo box to MYSQL database

ok so in vb i have a combo box that i populated with selections for the user to choose from. i want what ever the user selects to upload to the db. I have other things in my form uploading to my db ...
0
votes
1answer
99 views

Datagridview in vb.net not displaying everything in MYSQL database

Ok so im new to dataviews. im using it to display everything in my MYSQL database, but its just a gray box on my vb.net page. whats wrong with my code?? Public Sub dataview() ...
0
votes
2answers
64 views

select from Mysql and put into variable VB.NET

I have a problem with the following piece of code: dim nama as string cnn.ConnectionString = "Server=localhost; user id=root; password=; database=aplikasi_store_testing;" cmd.Connection = ...
0
votes
3answers
109 views

How to 'insert' data into database via VB

Stuggling a bit here. Trying to develop the code to link user input into my database, in the form of a book record. for example the user would be asked to enter their name address etc. But the code I ...
0
votes
1answer
27 views

data reader assosiated with connection which must be closed mistake

I have this bizarre mistake which I can't find a solution yet. I have a function which I envoke every time when I have to insert data in database. And its actually working because when i check the ...
0
votes
1answer
91 views

Changing a user Password in vb.net

So i am trying to change the password of a user in my vb.net project that i been working on. but everytime i run my code i get me catch "Something went wrong". i can't figur out why. i am using a ...
0
votes
2answers
161 views

How to connect vb.net to ONLINE MySQL database?

Anyone had an idea how to connect vb.net windows form application program into online / intranet database? I tried using localhost, yes it connect but if i use IP in the HOST i cant access the ...
0
votes
1answer
183 views

How to convert my MySQL Connection to a Class in VB.NET 2010?

I have multiple forms, each form performs specific task that requires connection to the MySQL Server. On each form, these are declared: Imports MySql.Data.SqlClient Dim myConnObj As New ...
0
votes
1answer
71 views

vb.net mysql Last_Insert_ID causing double DB entry?

I can't figure out why I am getting a double DB entry every time a subroutine is executed. I think I have an idea and I think it is something simple, but I'm not sure how to fix it. Thanks for any ...
0
votes
1answer
71 views

vb.net, Restore mysql database not working in windows xp

I have a code in restoring mysql database using vb.net. It perfectly works in windows 7 but when I try it in windows xp it's not working. Hope you can all help me with this. here's my code.. ...
0
votes
0answers
41 views

Update unbound datagridview no error but fail result

i want to update mysql table from unbound datagridview rows, i'm using an unbound datagridview because when i want to add the bound datagridview with odbc driver my VS2005 not responding. Using ...
0
votes
2answers
52 views

Which server is best for asp.net web app. MSSQL Server or SQL server or mysql? [closed]

I am creating web site and want to confirm that which back end i have to use for storing the data.

1 2 3 4 5 13