Why Cannot Users Connect To The Database
Sep 23, 2011
I Created a database in SQL Server Management Studio(2008 R2) And The server name . Is When I installed the software on the user's system software can not connect to database? But I can not underestand that What is needed for installation on user systems.
View 6 Replies
ADVERTISEMENT
May 29, 2009
using the sql server management studio we can create users to access the database. so we can grant several privileges as well as revoke some. so i want to create a login form with those user's. how to do it. is there any other way [code] in the connection i have to mention the user also.. is it possible. if its possible.
View 1 Replies
Dec 29, 2010
I've got a code using SQLClient that loops though all users in a Users table inside each loop i want to preform another search in the UserOrders table, thus doing a count of all orders.
I get this error
HTML
There is already an open DataReader associated with this Command which must be closed first.
Here is my code
vb.net UserLists.Items.Clear()
Dim connection As New SqlClient.SqlConnection(My.Settings.ConnectString)
Dim command As New SqlClient.SqlCommand("SELECT * FROM Users ORDER BY PersonName",
[CODE]...
View 3 Replies
Apr 29, 2012
To start, I should probably mention that I have almost NO knowledge on coding, MySQL, or anything in that category. I have watched some simple Visual Basic tutorials and I am attempting to make a software in Visual Basic 2010.What I need to do is connect all of the users of the software. For example, in the software there will be a label. When somebody using the software enters something into the label using a text box, I want it to show up for all users using the software. I am going to take a guess and assume that a MySQL database will need to be connected?
View 1 Replies
Jul 2, 2011
I'm working on a tool that allows the user to connect to his SQL database and edit some of the database values.First here's a screenshot of the GUI (you can see my problem as well):
[Code]...
View 2 Replies
Jun 21, 2010
I've been looking all around and i have not found a appropriate solution for my question.Here it is. I've a database table which has the field "username" and "password" and within the "username" field, there would be users like "admin","cashiers" etc. I would like to generate a login page using php that actually detects what are the users logged in as. additional info: I'm using Flash, php and MySQL. So i would just need the solution to how am i to detect.
View 3 Replies
Feb 26, 2009
I am on the brink of developping an application for myself and some collegues at work. I will use VB 2005 and SQL server 2000 or 2005.
Here is my question: When I build the connection string do I have to use only 1 database user for all of the users of the application or does each user need to have its own database user in SQL Server?
View 4 Replies
Jun 21, 2011
I'd like for my application to have a listbox displaying all users currently connected to my access database stored on a server. Also, it would be nice at startup for a message box to pop up saying something like "Other employees are currently using this application. To view active users go to..."
View 3 Replies
Jun 23, 2009
I am using the Mysql .NET connect and can connect to my database using my program. i want to be able to get a Users Password from the database using there user name
This is the query i want to use: "SELECT Password FROM staff WHERE Username = " & textbox1.text & " '". But i don't know how to run that query and to get it to store the Password as a variable
View 3 Replies
Aug 22, 2008
I am developing an access database that will be shared with multiple users.I don't want the users to access the database directly so I will have them enter new data on a data access page. The data access page is stored on a Microsoft Share Point web page, and the database is stored on a network drive.Here is my problem: When new data is entered on the web page I need it to trigger a WillChangeRecordset event; however, I have not been successful because the web page does not declare a new instance of a recordset object.At a minimum I need the new data to be processed before the web page appends the new data to the table.
View 3 Replies
Jan 26, 2009
Do users of windows applications have to have the database application installed if your program uses databases to store information? For example, when making VB2008 programs, if I use the visual studio express database (.sdf), or maybe a MSAccess database, to store information within my visual basic program...when I deploy the application to the users, can they run the program okay even if they don't have MSAccess installed on their computer?Also, do I need to have MSAccess installed in order to write programs that use MSAccess databases?
View 1 Replies
Nov 5, 2011
I am developing a Visual Basic .NET application to be used by the staff of a small training centre nearby. The front-end (UI, menus, etc.) will all be in VB .NET, and there will be a back-end database for storing all of the required data, such as student records and meeting information. What I would like to know is if it's possible to use a Microsoft Access database for this purpose, and have it accessible by all the staff in the centre (on the same network) at the same time. For example, would I be able to put the database in a shared network folder, and have a copy of the VB application on each PC that would all be able to read/edit/add to the database?
View 2 Replies
Apr 8, 2012
how to authenticate users with the SQL Server database table using VB as a web service. I managed to connect to the SQL server via this VB code;
Public Sub ConnectToSQL()
Dim con As New SqlConnection
Dim cmd As New SqlCommand
[Code].....
View 1 Replies
Feb 9, 2010
I have an asp.net web app that uses forms-based authentication, a SqlMembershipProvider (using an encrypted password format), and a SqlRoleProvider. I need to know if it's possible to administer the users (create new users, assign them to roles, etc.) from a windows application - the powers that be don't want any administrative functionality in the web app itself.Here is the membership provider definition from web.config:
<membership defaultProvider="MyProvider">
<providers>
<add name="MyProvider"
[code].....
View 3 Replies
Jun 21, 2009
The application must have basic functionality as to: Insert new customers into the database A search function will be needed to find a users criteria entered The more advanced features would include matching certain criteria with another for example if the data in field 1 is the same then it should match this and return the results. so for example if a person has a hobby of 'football' it will return all the people with the same hobby
View 4 Replies
Sep 12, 2010
I have a form in which I am updating records to table Users in database China.accb. The btnClick sub successfully updates the Dataset. However, the actual table Users never gets the update. What am I doing wrong? The code is below.
[Code]...
View 3 Replies
Apr 3, 2012
1.I�d like to publish a free vb.net desktop application for the users to download and use meanwhile I�d like to collect usage information ex: user ip address, user�s registration information, used features, time spent� if the user allows the report to be sent back.
2.Also , in order for the user to be able to use the application, he�ll have to register it then, everytime, before the application loads, it gets verified online that it was registered, maybe validate the registration information or a valid user name and password, no critical personal information. The target of this step is for the application to be used exclusively by the registered user and maybe on his computer only.
View 2 Replies
Apr 4, 2012
1. I�d like to publish a free vb.net desktop application for the users to download and use meanwhile I�d like to collect usage information ex: user ip address, user�s registration information, used features, time spent� if the user allows the report to be sent back. 2. Also , in order for the user to be able to use the application, he�ll have to register it then, everytime, before the application loads, it gets verified online that it was registered, maybe validate the registration information or a valid user name and password, no critical personal information. The target of this step is for the application to be used exclusively by the registered user and maybe on his computer only. Any alternative way to achive the target is just fine.
View 1 Replies
Feb 16, 2011
I'm a newbie in visual basic. I'm doing a login system. I'm done with the GUI. but for the programming part, I want to know where to store new user's information along with the username and password. I've done research. seems like it has something to do with database. p/s: I'm looking for high security in storing data to prevent hacking.
View 1 Replies
Apr 20, 2008
Scenero: Users inputs the barcode numbers into a textbox, hits the search button and is returned the description of that barcode.
Database:
Two fields: Barcode - barcodes in this field
Description - Description revalant to that barcode
Form:
Consists: Textbox(Input) - txtBarcode
Button(Process) -btnClick
Listbox(Outut) - lstDetails
Code:
Dim con As New OleDb.OleDbConnection
Dim ds As New DataSet
Dim da As OleDb.OleDbDataAdapter
[CODE]...
This is the code i got to connect to the database itself. Then i got this code for the search part
Code:
SQL = "SELECT Description FROM Table1 where Barcode = '" & txtBarcode.text & "'"
What i need to know is:
1) Is the code for the search right.
2) How to get it so the description for that barcode is displayed in a listbox.
View 1 Replies
Jun 22, 2010
I'm trying to populate a tooltip with a list of users connected to a database when hovering over an row in a ListView.
I'm using sysprocesses to show a list of databases and the connections, how do I tie this together?
[CODE]...........................
I've attached a mock-up image of what I'm trying to achieve, is this possible?
Private Sub LVDatabases_MouseHover(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles LVDatabases.ItemMouseHover
[CODE]...............................
View 1 Replies
Jun 10, 2008
I cannot figure out how to get this call to work.I have searched EVERYWHERE.MSDN is no help at all and the only thing I can find is this vb6 code that doesn't work in .net.I tried to convert it over but I've had no luck.Specifically I'm trying to get the path of the "All Users" Desktop and the "All Users" Start Menu.It would rock if anyone could help me out with this one.
View 5 Replies
May 17, 2009
I am using VB code behind in Visual Studio 2008 to process data but can't figure out SQLConnection problems. I copied and pasted the connectionstring for my database from the explorer properties window but when I paste it inside the parenthesis of SqlConnection() it gives me an error. Also if I name a variable " dim myconnect As New SqlConnection" in does not give me all of the methods or attributes that are associated with it. Is this a Express Edition limitation or do I need to make some specific declarations to get it to work. this is what I have so far
Dim
connectString As String
Dim myconnect As New SqlConnection()
[code]....
myconnect. If I try to put open() at the end of this it says its not a member of SqlConnection. I have a dataset but no way to insert into the database
View 4 Replies
Jun 5, 2012
I have the following code:
[Code]...
View 2 Replies
May 7, 2009
Look guys i have this project i am doing.When i hit the Reservation button to run the insert it cannot connect to the database.Here is the code
Code:
Imports System.Windows.Forms
Imports System.Data.SqlClient
Public Class Dialog1
[Code]...
View 11 Replies
Oct 10, 2010
whats wrong with my codes, i cant connect to my database.ERROR CONNECTING TO DATABASE
Imports System.Data.SqlClient
Imports System.Data
Public Class LoginForm1
[Code]...
View 4 Replies
Feb 4, 2011
How can i connect to a database in vb.net? and also how can i connect the hotel management system i am doing now to the internet using vb.net.
View 1 Replies
Dec 11, 2009
I am trying to connect to a database in VB 2008 express the book I am using is for an older model of VB. The book says to go to view and click on server explorer, and then a database wizard should open. VB 2008 express doesn't have a server explorer under the view section. I know what code I need to enter into to the two buttons I have I just do not know how to open the wizard.
View 2 Replies
Nov 2, 2009
i want to connect to my SQL database, its not on a server or anything. Its stored on my computer
ive tried loads of different ways and coming up with nothing How do i find out what my data source is ??
Here is my code
Dim connectionString As String
Dim cnn As SqlConnection
Dim cmd As SqlCommand
Dim sql As String
[Code]...
View 4 Replies
Feb 19, 2010
I have my sql database (.mdf) stored in data folder of my project and I am using app.config to connect to it.
View 6 Replies