Tagged Questions
0
votes
2answers
16 views
How do I use items in a listbox that are gathered from a database to select an item in the database
Okay, now this would be normally easy for me but there's one little block that's making it so that I can't figure it out. The best way to do this is to show you the code that I have then explain ...
0
votes
0answers
14 views
How do I log in to the database using ODBC connection in Crystal Reports?
I have several questions about ODBC connection in Crystal Reports.
I'm using Visual Studio 2008 and Crystal Reports version 10.x.x.x. I want to create a Crystal Report to show all my fields in an ...
2
votes
1answer
28 views
efficient asp.net sql query
Been using this site for years and have always found it very helpful and normally all my questions get answered by reading the site.
I have some case studies on a site than need to be related to ...
1
vote
2answers
34 views
Trying to make MS SQL store CRLF
How can I get SQL 2008 R2 to store the CR/LF embedded in a string (so 2 paragraphs, or possibly multiple CR/LFs) into a field of a record being inserted programmatically vb.net? Not all records have a ...
2
votes
1answer
34 views
Why is my datatable cell returning a null value?
I have an access database and a stored query. Here is my query...
SELECT MAX(CLNG(RIGHT(ProjectNum, 6))) AS LastDigits
FROM project_master_query
WHERE ((ProjectNum LIKE (IIF([@priorityDefID] = 4, ...
0
votes
1answer
38 views
WWW fileupload using VB.NET or Access/VBA
I would like to ask if there's a possibility to upload files to a webserver or an ftpserver using VB.NET or Access/VBA.
I think if there are possibilities - VB.NET is more powerful than Access/VBA, ...
0
votes
1answer
21 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 ...
0
votes
2answers
42 views
OleDB lock duplication .NET MS Access
We are in the process of migrating away from MS Access to a modern DBMS, but in the mean time I have come across an issue to which I can not find a solution or explanation.
Typically, opening an ...
0
votes
3answers
80 views
SQL: Query 2 tables to get latest date for each record
I have two tables that I want to query Customer and Service
Customer table
cnum lastName Address Phone Comments
2 McKenzie Main Street ...
0
votes
0answers
101 views
Query Used To Display Data From Access To Datagridview In VB.NET
Can anyone suggest me which type of query used to display data from access database to a datagridview in VB.NET. In my project i use one form for display attendance details in a datagridview. The ...
0
votes
1answer
41 views
How to ensure dates are in correct format for OleDbCommand parameters?
When I execute the code below against an MDB database, the data table is empty, however when I run this in a query tool against the database it returns 2 records.
What could be the problem?
Is ...
2
votes
2answers
41 views
IndexOutOfRange Exception while accessing two columns from an access database
while (reader.Read())
{
if (TextBox1.Text.CompareTo(reader["usernam"].ToString()) == 0&&TextBox2.Text.CompareTo(reader["passwd"].ToString()) == 0) // A little messy but does the job to ...
2
votes
1answer
69 views
Beginner working with VB.NET for Inventory Control
I am a somewhat newcomer to VB, having come from Visual Foxpro a few years ago, and need some help with some structuring and syntax.
I am attempting to create a system that can accept a Employee's ID ...
0
votes
1answer
31 views
Finger Print Verificatation using ZK7000 USB finger print scanner
I am developing a vb.net 2008 application that should verify one's fingerprint from the scanner and the one from the database.
When I input an ID it's returning the fingerprint of that person from ...
0
votes
1answer
24 views
Exiting out of sub if result of query to database is DbNull
I have an edit profile page where the user can edit their profile information. At the minute, new users cannot use this page as they have not got a corresponding record in the 'userprofiles' table. I ...
1
vote
1answer
61 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
3answers
72 views
Largest value in a column of ms access and display in a text box VB.NET
How to find the largest value in a column of a access table. and displayed in a text box. I give 101 as the default value of the column and the table is empty. I try like this.. But its not working. ...
0
votes
1answer
305 views
Retrieve data from access database to data grid view in vb.net
I try to read a data from access database with specific date to datagrid view in VB.NET. I use a datetime picker for that. Below code i used for retreive data. But i press the find button. nothing ...
1
vote
3answers
42 views
VB compile error when trying to use String.Compare
I am trying to check if the password is the same or not (in terms of caps too) using vb.net. But the line
result = String.Compare(actPassword,userPassword)
keep giving error "Compile Error: ...
0
votes
1answer
150 views
Update query with Autonumber field in ms access from VB.NET
How i update data with Autonumber field in ms access from VB.NET. I try this code for update. But nothing change.
Private Sub BTNUPDATE_Click(ByVal sender As Object, ByVal e As System.EventArgs) ...
0
votes
2answers
79 views
Data type mismatch in criteria expression.
I keep getting the data type mismatch in criteria expression error message when I try to run the parameterized sql statement in VB.Net to a ms-access db (.accdb).
The problem is with @PartNumber, ...
1
vote
1answer
51 views
Binding Buttons for Multiple Tables
I'm designing a windows user form. You can see the form here, the issue is that the most of the text boxes are never populated with data. I'm trying to use the buttons on the top of the form to ...
0
votes
0answers
110 views
Visual Basic 2010, Populate next form based on combo box
I am trying to learn VB 2010. I have an opening form with a combobox that has the following code.
Public Class frmStartScreen
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As ...
-1
votes
1answer
97 views
Select max visual studio 2010
I'm updating a program from Visual Basic 6 to Visual Studio 2010 and, of course, I have founded a lot of problems so solve.
I'm using Access database with four tables with the same Key (Indice).
If ...
0
votes
0answers
25 views
OutOfMemoryException while trying to read Access Databse (few hundered MB)
I am trying to read back from an Access database into a Queue(of objects) in VB .Net.
The problem is that the readback works just fine for smaller datasets (say a few MB database). When I try to ...
-1
votes
1answer
36 views
SQL Statistical Analsis [closed]
I am planning a "statistics" page for a university project where lots of factoids will be displayed based on data from my Access database.
The statistics will be displayed in text format like so:
...
0
votes
1answer
67 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
32 views
how to take data from access database and put it in datagridview?
how to take data from access database to datagrid view. I have 2 classes: ProductManager
Public Function GetProductsList() As List(Of Product)
Dim products As New List(Of Product)
...
0
votes
1answer
214 views
Get datagridview row value from form2 and put in textbox of form1
I have a textbox and a button.
When the button is clicked it shows a DataGridView which outputs an ID and Name in a separate window (form). These are loaded with select statement from ms-access.
I ...
-1
votes
1answer
73 views
Saving an Access table as dBASE_IV file (.dbf) in VB.NET
I am making a small application that will read .csv files into a newly generated access table (generated with vb.net), I am filling this database with sql and now I would like to output that table as ...
0
votes
1answer
86 views
generating a new MS access file in vb.net
I have looked far and wide, in the deepest darkerst corners of the internet, but for the life of me, I can not find the correct way to open a NEW Access file and then using vb.net to write data in the ...
0
votes
1answer
65 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. ...
0
votes
4answers
95 views
Will I see a performance improvement migrating an Access-based VBA tool to a standalone .Net application?
I understand this is dependent on the application. The tool in question iterates over a fixed width text file and checks against a set of validation rules specified in an Access table. Running a ...
0
votes
1answer
293 views
Transfer row value into textbox from a form to the other (datagridview)
I have a textbox and a button.
When the button is clicked it shows a DataGridView which outputs an ID and Name in a separate window (form). These are loaded with select statement from ms-access.
I ...
0
votes
0answers
71 views
Copy From Word, Paste Into RichTextBox, Store In Access, Retrieve And Display In RichTextBox
I'm converting a VBA application into a VB.NET application and in the VBA app there is a rich textbox that allows the user to paste in some formatted text from Word. The formatted text is then saved ...
1
vote
2answers
44 views
closing msaccess.exe in vb.net
I am working on creating a vb.net program i have a button that when clicked on will browse for MDB files (code 1) and when selected will execute some lines of code that will populate all of the macros ...
0
votes
1answer
121 views
DataGridView column calculation
I have a column called 'Total' in my datagridview and this column needs to perform a calculation.
I have these columns in the datagridview:
'worked' : a 1 or 2 value (1 means normal time and 2 ...
0
votes
1answer
55 views
Evaluating whether a page is the result of a referral from a particular page
I have an Edit Profile page which allows users to change their information - currently it only allows users who have a record in the table 'userprofiles' to edit their information. I want newly ...
1
vote
2answers
108 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
74 views
operation must use updateable query Vb.net Desktop application Error
I deployed my Vb.net desktop application. but I'm getting error on Access datbase(.mdb file) that
operation must use updateable query
I'm using Access .mdb file for storing data.I got this link ...
0
votes
0answers
67 views
You cannot add or change a record because a related record is required vb.net
I know this question has been asked numerous times, but the situations people had were slightly different each time, or lacked enough detail, or the explanation for the problem lacked specific detail ...
1
vote
2answers
52 views
Trying To Pass An Array Of Values To Search Using “IN”
I have a simple access query stored within Access and it does not seem to work. The query is this...
SELECT blah FROM table WHERE (((tableID) IN ([@myArrayOfIDs])));
Pretty simple but of course it ...
1
vote
1answer
147 views
INSERT INTO table by pulling data from another table
I have inherited this project from someone else and need to clean it up to meet new requirements - they have designed it like so..
I have 2 tables in my Access database (I have included the data ...
0
votes
1answer
414 views
“Data type mismatch in criteria expression” error inserting Dates into Date/Time Field in Access database
I am using the Calendar extender to extend a textbox in ASP.NET inside of Visual Studio 2010. I am trying to insert the date of an event into the database along with other bits of information. I am ...
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
65 views
Combo-box disappearing data VB
I've got a strange issue that I can't seem to figure out. I populate a form's combo-box in the form's load sub, filling the combo-box with a column from an Access table. When I run the program and go ...
0
votes
0answers
209 views
How do I go from datagridview to dataset to mdb database in vb.net using funtions
I have a table in a mdb database called items. All I want to do is load that data into a datasetview then pull it out and put the results into the database. I loaded the data from the database using ...
0
votes
1answer
170 views
DataAdapter update method progress status
VB2010 using Access2007 as a backend. I am creating a DataSet and adding several DataTables to it and populating them. Most tables have a small amount of records but one can have up to a million ...
1
vote
1answer
64 views
Using VB.NET to obtain macros in MS Access
I'm trying to create a VB.NET button which will connect to an MS Access database and obtain a list of all the macros stored in the access database.
After I have the list I want to display the values ...
6
votes
1answer
2k views
Convert ASP.NET textbox control .text contents to Date/Time format
I am trying to insert into a database - various details about an event. The asp.net textbox is using the Calendar Extender (so a little calendar pops up and fills the textbox with a correctly ...