Tagged Questions
0
votes
1answer
28 views
getting a color from a database entry and applying it to a label background
I am having trouble getting the color the user picks and saving it into a database so that when they reload the program it will automatically apply to the labels background.
I have this to let the ...
1
vote
1answer
26 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 ...
0
votes
1answer
20 views
Getting an exception while accessing an Access database
I need to insert a row into the Access table. I have been getting
object reference not set to instance of an object
My code is:
Private Sub Button2_Click(ByVal sender As Object, ByVal e As ...
2
votes
1answer
37 views
error deleting from database
I have a SQL Server Compact database created through VS 2010 (Local Database File option).
On form load (CategoryForm) I load the values from the database into the DataGridView1. I also add an extra ...
0
votes
1answer
46 views
Make sure .bak-file is ready after MS database backup
I tried to copy a .bak-file to the local machine directly after the backup on the server finished.
I never had any problems with that while testing and debugging, but after deployment I got a lot of ...
0
votes
0answers
58 views
How to extract result returned from tableadapter query that returns multiple values in vb.net
Ok here goes,
I have a tableadapter query that executes the following
SELECT SNAME, SDOB, SCODE AS SBAR
FROM SVALUES
GROUP BY SCODE, SNAME, SDOB
HAVING (SCODE = ?)
And ...
0
votes
1answer
32 views
The Implementation of Users permissions SQL and VB.NET
I am currently working on a project that is designed based on SQL and VB.NET. The idea as the following: there are different permissions for users. The administraotr grants each user specific ...
0
votes
1answer
29 views
vb. net database data passing error
I get the error message
"Error while inserting record o the table… Incorrect syntax near the
keyword ‘return’.Incorrect syntax near ‘,’ ."
Public Class Form10
Dim con As New ...
0
votes
0answers
31 views
Multiple users to be able to access files from work at home [closed]
I've been asked by a friend who is creating a small business to research a system which allows for about 3 people in his business to be able to access work files/records from laptops/ipads when they ...
1
vote
1answer
60 views
SQL syntax error when trying to insert new record into Access database
I have a simple asp.net form for an individual to fill out, and the code I used on this particular page works in several other locations, but this page is giving me an issue.
It's saying there is a ...
0
votes
0answers
22 views
Using comboboxes for choises VB
I have created my own database and now I want data to appear in comboboxes.
The combobox selections shall be guiding towards the final value.
So I manage to populate my first combobox using click ...
-1
votes
1answer
26 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
44 views
Database project needs to create new tables, access old tables
I'm trying to visualize how this will be set up... I need my VB.NET application to read year 2013 values (Year, Employee, and Annual Performance Score) from a CSV file and write them to an Access DB. ...
-5
votes
0answers
49 views
Visual basic sqlcommand [closed]
I am working on a group project and have been assigned to create random events. A random events table in SQL has been created and now needs to be called to the code. The random events table in SQL is ...
-1
votes
0answers
42 views
How to save a 2 dimensional array in an Access database [closed]
I have a 2 dimensional array of dimensions 400x400 of single type values. This is for vb.net, windows form. How can I save this as a field in an Access database record? What type of field would I use? ...
1
vote
3answers
89 views
Concept of a database driven program in VB.NET
I have been developing programs in VB.NET for a few years and am familiar with it. The area where I do not have a lot of exposure is databases.
I am writing a program (for my personal use) called ...
0
votes
1answer
30 views
data type(s) of the type parameters ) in method cannot be inferred from these arguments
I have the following code which is throwing an error on the submit line. It says that data type(s) of the type parameters ) in method cannot be inferred from these arguments. As I have (I think) ...
-1
votes
1answer
32 views
Range variable hides a variable in an enclosing block LINQ [closed]
I have the following 3 queries. The first works fine but the second two are throwing up an error saying the range varible Year (or semester, respectively) hides a variable in an enclosing block or a ...
0
votes
1answer
42 views
Checking value in a textbox for inclusion in a database
I'm just setting up a password reset form. The user will enter their email address in a textbox and then send that to my password reset account. I am looking for a way to check if the email address ...
1
vote
1answer
29 views
Vaildate text boxes and combo boexs in vb.net
Am trying to validate the data in the text-boxes and combo-boxes in my vb.net program that is connected to an access database.
I have used the following code below but get an error message;
Private ...
0
votes
1answer
31 views
Can I assign a unique ID to a button that I can get when it is clicked?
I have a data-grid that list items from my table. I have added a column that has a button for each row that if clicked I would like the user to be able to edit that item.
As I am creating the table ...
0
votes
0answers
60 views
How can I execute Queries in Access from Visual Studio
I'm having trouble passing VB Variables into Visual Studio Queries and Access Queries.
The basic program keeps a database of NBA Players, the problem occurs within the Change Team function. I want to ...
0
votes
1answer
72 views
SQL Database Validating String
I'm working on a Project for an online form and I can't seem to find how to get the value from the SQL database and validate it against a string e.g. Q1 in Database = A and TextBox.text = A
Below is ...
0
votes
1answer
41 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
1answer
62 views
How do I insert certain values, including the customer ID pulled from another table, into a seperate table
Okay, so i'm working on my final project for VB.net II. I'm created a project for a hotel stay situation and I have everything working perfectly. I need help however on adding something to it.
I have ...
0
votes
0answers
266 views
How to use DataTable Insert To Database SqlServer VB.NET?
I want bind data from MS Access 2007 (.mdb) Insert To Database (Sql Server).
I don't Insert To Database, I can bind data from Access to Datagridview Because look check data now. (don't insert ...
0
votes
1answer
72 views
Generating a new DBF file using vb.net
I am trying to create a .DBF file using vb.net after figuring out that generating an access DB and afterwards converting it to a .DBF was not really possible within vb.net
However, now I am ...
0
votes
1answer
58 views
How to navigate between two different tables in VB.NET (Access database)
In my VB.Net program I need to add the table "order" and "line of order".
If the first order is selected, I can only navigate the line(s) of order that is linked to the first order. I have no_order in ...
0
votes
1answer
32 views
GridView and Hyperlink
I am new to VB and programming in general, however, I am currently trying to develop a simple application where you can add and save daily records to a database. One of the columns in the database ...
0
votes
1answer
62 views
VB.NET Data type mismatch, and data entry is to long
I have been working on this for days now, and any help would be great. I am trying to insert information into database using VB.NET and an access database. Currently I am having 2 problems with it. ...
4
votes
2answers
87 views
How to speed up the SELECT query from AS/400 (IBM iSeries) - VB. NET Programming
I am not a programmer, I just need very basic query to get the information from the same table (so only SELECT statement is needed to use in my program).
I try
SELECT INFOR.PFAC , INFOR.PPAR FROM ...
1
vote
2answers
104 views
Visual Studio VB.NET Database Explorer “Unspecified Error”
I have been searching all day for a solution to this problem, but can not find one that works. Basically, I have been connecting to an Access Database through Visual Studio for some time now (there is ...
0
votes
0answers
66 views
Moving data from one table to another in LINQ
I have a table Modules with Module_code, Module_name, Module_status, Module_credits,
Module_capacity, Fee, Module_Description and a table Amendments_Awaiting_Approval with Amendments_ID, User_Number, ...
0
votes
1answer
64 views
read row by row vb.net
I need to read row by row in a column in a table then I need to store this then call procedure to insert data to a different column.using vb.net.
I have already create the DB connection and I know ...
0
votes
0answers
33 views
Updating temp data into permanent table in LINQ
I am creating a VB.net project. Part of this calls for a user to be able to update information about any university module, and submit that information for approval. Therefore the information has to ...
2
votes
1answer
93 views
Searching database with combo box and displaying multiple results
I am trying to create a program that will search for animals based on name. I currently have that part working, however I would like to add an optional search so that the user can search for specific ...
0
votes
5answers
63 views
Primay Key conflicts on insertion of new records
In a database application, I want to insert, update and delete records in a table of database.
Table is as below:
In this table, Ga1_ID is Primary Key.
Suppose, I insert 5 records as show ...
1
vote
1answer
201 views
Syntax error in INSERT INTO statement. in VB.net 2010
I have been this problem for a week and searching every existing forum for an answer maybe this time that i post my own problem.
My problem was in saving a data in a database. I have a datagrid that ...
0
votes
2answers
137 views
Inserting data to MySQL with VB .NET
Please help, whats wrong with my vb.net code to insert values in an MySQL database
Dim conn As New MySqlConnection(ConfigurationManager.ConnectionStrings("ibdm").ConnectionString)
Dim cmd1 As ...
1
vote
0answers
19 views
WPF: xmldataprovider access database
Is it possible to bind my access database in here?
<XmlDataProvider x:Key="DeviceListData" XPath="Root">
<x:XData>
<Root xmlns="">
<Entry ...
0
votes
0answers
124 views
How do I read a [.db] file in [vb.net]
I found the post on same forum for read a .db file in c# but is is not showing how to access it's table from code.
So does any one know about how to open a connection and access/read the .db file in ...
0
votes
2answers
98 views
Using an update statement for a Access database (Vb 2008)
I'm trying to create an update statement for my program that will update a database using SQL based on the data the user inputs, unfortunately I have the problem that I can only update one at a time ...
0
votes
5answers
58 views
DBnull to integer conversion error
I get the Conversion from type 'DBNull' to type 'Integer' is not valid." error on the line "Dim avgObject As string = Cstr(avgCom.ExecuteScalar())
The command works when the where module_ID='" & ...
0
votes
1answer
37 views
How to check for existing email in DB but excluding the one of a logged in customer?
How to check if email is in database but excluding the email of a user which logged in?
I am using this code in my project when registering to check for email in database and it works fine...but I ...
0
votes
2answers
54 views
SQL - Visual Studio - fill table if related data is empty
In my data source "Properties" is linked to "tenants" and I want to fill a table using a SQL query where tenant does not exist for that property.
In other words, "where that property is vacant."
...
0
votes
0answers
20 views
insert into command in vb that has ERROR13 Type Mismatch (Connecting to an .mdb database)
I was wondering what's wrong with my code when I run the program, there is no error in the code but something is wrong with the type of variables is accepting, maybe? My database has 3 colums, the ...
0
votes
0answers
79 views
vb.net mysql da.update(dt) doesn't work after online changes
I have windows form application connected to mysql database.
To menage this base I use mysql.net connector.
After I make some changes in datatable in my app, I use commandbuldier, datatadapter update ...
0
votes
0answers
55 views
“No value given for one or more required parameters” Vb.Net
Iam trying to launch a report but whenever I do , I keep getting the error "No value given for one or more required parameters" under OleDbexception was unhandled. I could use help with mode urgently. ...
0
votes
2answers
50 views
Problems with adding to SQL Server database on vb 2008
I am having a problem but don't know exactly what is wrong with it my code is below:
Imports System.Data.SqlClient
Imports System.Data
Public Class FormAdd
Private Sub btnBack_Click(ByVal sender As ...
0
votes
1answer
171 views
Error: String or binary data would be truncated. The statement has been terminated
I'm trying to create a simple registration form, where data from textboxes etc. are input into a table called users:
user_id int
username nchar(20)
password nchar(20)
... more columns
...
