Save Fingerprint In Mysql Server 2008?
Dec 2, 2011how to save fingerprint in mysql server 2008 using vb2010.? i have already the sdk.
View 1 Replieshow to save fingerprint in mysql server 2008 using vb2010.? i have already the sdk.
View 1 RepliesIs there possible to use fingerprint image to replace the image generated from the fingerprint device? My requirement is
Need to Use SDK
Use VB languages
Without Fingerprint device
This has really been a problem for me in the past and with deadlines, we decided to just have the app copy the image to the server, rename it and save the link in the database. This is the worst way of saving that kind of sensitive data, I know. We now have the time to fix that.
View 4 Repliesi have a program in vb.net and my program will upload any type of file to my database, e.g common ext. to upload (.doc.xls) Im using mysql as database?
View 1 RepliesI have a LAN connection with my project and I need to display a running time and date of with labels anyone have an idea? Is it curdate and curtime?
View 9 RepliesI have a database in MySQL server called MD
Server: Local host
User: root
Pass: wccmd12
port 3306
How do I connect to this database in vb.net?
from vb.net code i try to remotely connect to mysql server :
Dim conn As New MySqlConnection
Dim comand As New MySqlCommand
Dim myconnstring As String = "server=192.168.1.100" _
[Code]....
I get Timeout I/O operation. With mysql front i can connect without problem.I closed windows firewall.
how to convert video file into binary to save to mysql database and how to retrieve it.
View 1 RepliesWhat i have going on, is i have a MySQL connector as a resource on my application, and im basically trying to connect to my MySQL server, to either a) register a new account, or b) check that the account exists and they are premium, and login, Now what i have run into problems with is: My MySQL Database Name has a _ in it which VB is not allowing for some strange reason.
The code i am using is below
Imports MySql.Data.MySqlClient
Public Class Form1
Function UpdateRecord(ByVal query As String) As Integer
[CODE]...
How i can allow the _ into the application, because the only databases that don't have a _ in the user or dbname are a) Paid ones which i DO NOT have the money for or self hosted ones, i cannot leave my computer on 24/7
i have wondering about using the fingerprint in vb.net apps to secure my application and avoid accessing to it by unauthorized Guests..so If I could find the answer to my question on this subject.
View 3 RepliesInterfacing fingerprint to visual basic 2008 or 2010..using serial port...the use of fingerprint is for password only..actually my thesis concept is like electronic locker..
View 3 RepliesI have a chat server / client system running, but I want users to authenticate with my vBulletin forum database.I don't want the client to do it, because it is possible to fake the 'successful login' and connect with a fake username. I want to send the username and password details to the server, and make the server check it with the local vBulletin MySQL database for the username and password.Is there a way to do this? To my knowledge vBulletin has a username and a password entries in the database which is salted, and the salt varies from user to user.
View 7 RepliesI am using stored procedures in my application using vb.net, while executing stored procedures on mysql database server thru application, the response time from the server is more. Is there any settings that i need to set on mysql db server or any changes in connection string or in code.
View 14 RepliesI'm connecting to my mysql server using ODBC in vb.net, the database is shared throughout the company because it is used in an accounting program (simply accounting), each user has their own account user/pass to login to the database. I have developped a program that uses the accounting database and combines it with other information, my problem is that at least once a day I get this error when I run my program: "(10061) ERROR [HY000] [MySQL][ODBC 3.51 Driver]Can't connect to MySQL server on"and the error persists for at least 4 hours, for some reason it starts to work again later on in the day.
View 1 RepliesI have a select query like this. But from the below codes, I cannot update t2.unit_price in the same SqlDataAdapter
My Codes :
Dim MyQuery1 as String="Select t1.item_id,t1,group_id,t2.unit_price from Table1 t1 left outer join Table2 t2 on T1.Item_ID=T2.Item_ID"
Dim DAp1 as SqlDataAdapter,Ds1 as New DataSet
Con.Open()
DataAdapter1=New SqlDataAdapter(MyQuery1,Con)
DataAdapter1.Fill(Ds1)
[Code] .....
From the above codes
Dim Sav1 As String = "insert into table1 .........."
I don't know how to mention table2 also there ?
Using VS2008 and all I want to do is have a page where the user clicks on a button and the Save File Dialog pops up, the user finds the Power Point doc using the Save File Dialog popup. Once the Power Point doc is found the user clicks on the Save button on the Save File Dialog popup. And the Power Point doc is then saved to a server on the network.
View 1 RepliesI am using an ajax calendar extender I want to save the records to a gridview on the selected date but i am getting default date like '1900-01-01'.
How to save the date as i am selecting the date in Calender Extender.
Saving BLOB to mysql database using VB.net windows base application
View 8 RepliesIt is possible to automatic receive sms and save it directly to mysql database using terminal in vb.net?
View 1 Repliesbelow is the value for my date when it is saved. my problem is when i save the null value ..error says argument prompt cannot be converted to string..
[Code]...
I am trying to save a date to a mysql database and usually the only format permited to be saved in the table is YYYY-MM-DD
On the form the datetime picker is formated like this MM-DD-YYYY
The thing is i am using dataset created by wizard to save the data, what should i do to be able to format this for save and read because it is giving me errors.
I'am using vb.net and MySQL as database. How do I save the image path to mysql database. So later when the customer list form when I select a customer and so appear on the customer edit form automatically direct the picture appears too
View 1 RepliesI use Visual studio 2008 I use MySQL 5.1 I have created een database (test) table (table1 ) with field (Images) Data Type mediumblob size The maximum length of mediumblob is 16777215 (2^24 - 1) characters
I want to Check file size before save in MySQL table1.I want to avoid getting an error message when the image is too large for the mediumblobb field I now use the following code Dim conn As New MySqlConnection Dim cmd As New MySqlCommand
[Code]...
i am trying to save image into MySQL database ...is there any easier way to do that ?
View 1 RepliesI have an assignment where I have to develop a Windows application using Visual Basic .NET. From the form that I have designed, it should save all records in a table in a MySQL database. How should I do this? Here's what I've got so far:
Imports System.Data
Imports System.Data.SqlClient
Public Class AddMember
[code]....
I've been reaserching for 3 hours on how to save data and retrieve data in mysql database I am using vb.net 2010 it would be nice if someone will post some codes or links
View 7 RepliesI'm currently working with these codes. Am I able to save my image and drawing into mySQL table? what codes should I use in order to save them into my table and I may need to able to retrieve it in a later part.
my codes:
Code:
Public Class Page_2
'Declare Starting Points For Drawn Objects
Private sStartX As Short
Private sStartY As Short
[code]....
How to save ITEMS on listbox to MySQL Database in vb.net.
View 10 RepliesI use Visual Basic 2008 + MySQL Database.I have create a textbox1.text .MySQL Table Test with Two Columns[code]...
View 4 RepliesI want to use datasources or something to connect VB to mysql db and execute a querry with the information filled in and standard information.
i know how web scripts work with mysql but in VB i cant find any tuts anywhere about mysql and vb