Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+5
Strength to Decrease Rep
-1
68% Quality Score
Upvotes Received
7
Posts with Upvotes
6
Upvoting Members
7
Downvotes Received
4
Posts with Downvotes
3
Downvoting Members
3
1 Endorsement
Ranked #855
Ranked #718
~41.6K People Reached
Interests
Playing bass guitar and basketball is my hobbies
Member Avatar for tomexlfc

Hello, I wrote some codes for student login. the codes checks for the "username", "password" as well as their type of "status", from the database. once this input are met, the student logs in successful, otherwise a message pops up. The problem i encountered is this, i have 11 student …

Member Avatar for The Acnor
0
12K
Member Avatar for pri.chakraborty

hello sir, i am new in vb.net.. i am making a project on railway reservation.. in train booking page, there are multiple textbox in my project to insert multiple passenger name for reservation.. i want to book train in one click... so, i have to insert all the passenger name …

Member Avatar for Reverend Jim
0
5K
Member Avatar for juliancdranga20

Hello Members, please provide me information if i want to get my website on first page of google and the time period is 30 days then how it is possible. Please provide me the genuine tehniques. Thanks a lot

Member Avatar for Kelly Burby
-2
464
Member Avatar for Afnan Mohammad
Member Avatar for bugexpert88
Member Avatar for owen101
Member Avatar for rohansmith
Member Avatar for DonXai

*Online Examination System # Heading Here # Dear friends i have to develope online examination system in vb.net ...but there is some problem .. Inserting teacher record from combobox,Subject record from Listbox into a table name Subj_Paper.. columns are Sbj_Paper_ID,Sbj_Paper_Name,T_ID... Sbj_Paper_ID isa the primary key T_Id is foreign key from …

Member Avatar for oussama_1
0
121
Member Avatar for NancyN
Re: Hii

Hello guys, what's up? I am Nancy and I'm new to the forum. I just wanted to say hello..

Member Avatar for James_28
0
130
Member Avatar for rathiikk

hi good afternoon, hi good afternoon, am creating one point of sale software in vb.net ,today only i realize that i need a backup for the database i have attached with this project,after change my project as executable file how can i or my clients can take the backup for …

Member Avatar for Minimalist
0
324
Member Avatar for ignnniter

Im always getting Invalid Column, check the database and it's all correct. Dim borrowed As String = "Yes" dataopen() comm.Connection = conn comm.CommandText = "UPDATE Equipment SET Borrowed = '" & borrowed & "' WHERE EQID = '" & eid & "'" comm.ExecuteNonQueryAsync() comm.Dispose() conn.Close()

Member Avatar for cxzei
0
121
Member Avatar for ignnniter

Hello Im trying to display a label when my program starts, to check the server status.. For example if the user is successfully connected to the server it should say on the label "Connected" and if not the label should say "Not Connected" , my Database is located on a …

Member Avatar for ryanjayson
0
202
Member Avatar for Srinivas_2

Hi All, I need help in displaying a list (Sl.no) from a database to combo box. Please help me....

Member Avatar for ryanjayson
0
218
Member Avatar for Niveatha

hai.... i am doing inventory project. if sell a product it should afffect the stock. so i need a coding to retrieve the stock quantity and i have to change the value according to sales then i have to update the values into the stock table and also if no …

Member Avatar for Niveatha
0
98
Member Avatar for xpzy1912

![97b9ab32445018ea1f489e9dee2120fa](/attachments/large/4/97b9ab32445018ea1f489e9dee2120fa.png "97b9ab32445018ea1f489e9dee2120fa") The combobox should be able to display the distinct value from the access database but is able to show all the record on the listbox. I tried to select distinct value through wizard but it is not working. So i need some help

Member Avatar for xpzy1912
0
194
Member Avatar for DeepKiran
Member Avatar for ryanjayson
0
200
Member Avatar for netisland

i have 2 database (access,SQL) with 2 different connection string i want to select a table from the first database insert it to the second database any help

Member Avatar for ryanjayson
0
180
Member Avatar for skyyadav

I wrote my first trigger and it giving error UES TRY GO CREATE TRIGGER cust_update ON TRY FOR UPDATE AS IF UPDATE (custno) BEGIN TRANSACTION RAISERROR('CUST NO CANNOT BE UPDATED',10,1) ROLLBACK TRANSACTION END Any idea `

Member Avatar for ryanjayson
0
125
Member Avatar for junallan.sampiano

Hello Guys, Please help me how to pass a variable to a multiple projects in VB.NET like on VB6. The variables are user ID, user Name, Server Name and server database. In VB6 it can be used on multiple projects while on VB.Net is I don't have any idea. I …

Member Avatar for ryanjayson
0
398
Member Avatar for missy_mi

Hi All, How do i get user choice Radio button text from multiple radio button, When i save as word document. Below code is what i did: "Food :" & ComboBox1.Text & ", Quantity :" & txtCountFood & vbNewLine & But instead of using ComboBox (as above code) i want …

Member Avatar for missy_mi
0
283
Member Avatar for kingofspades

So I put the database into the dubug folder in bin of my project, and in the data source configuration wizard i selected ms access and my file, then i copied my connection string, it was "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\bin\Debug\bookshop.mdb" and wrote some code for it to connect to it, to be …

Member Avatar for kingofspades
0
145
Member Avatar for Riteman

Am working on a project right now and almost stuck at a point. Say, I have a text document with contents like: `abc,123.xyz;praise;end,file,clear` Now I want abc , 123 . xyz ; praise ... in an array. I used split method with array of characters. Though I retrieved abc,123,xyz,praise,end,file,clear I …

Member Avatar for Riteman
0
595
Member Avatar for venkyb47

I have a table EmpList. I want to use loop to bring result as I expected. Example, EmpNo ReportingTo ------------------- 27 14 68 14 104 27 105 27 138 27 139 68 150 8 151 8 8 5 Suppose query input is 14, I need result like this EmpNo ------ …

Member Avatar for rch1231
0
269
Member Avatar for babbu

I have created an application in c#. Following are my concerns. 1) create setup file which includes the ms access db 2) identify the location where this db will be stored 3) use this location as the data source for the application

Member Avatar for Ketsuekiame
0
221
Member Avatar for KushMishra

Hello All, I just wrote some code in C# and tried converting to VB.Net. I am getting 3 kinds of errors in my code :- 1. Class 'XXX' must implement 'Function XXX(abc,pqr,...)' for interface 'XX.XX.XX'. 2. 'RaiseEvent' definition missing for event 'XXX'. 3. 'XXX(abc,pqr,...)' is an event and cannot be …

Member Avatar for ryanjayson
1
654
Member Avatar for elianeasmar

Hello. How can i know the data source of my sql 2008? Dim strconnection As String = "Data Source=.............;Initial Catalog=DatabaseConnection;Integrated Security=True;" How am i suppose to know the the data source? i it my computer name?

Member Avatar for ryanjayson
0
294
Member Avatar for elie.karkafy

how i can design an appilcation in visual basic 2010 , the same as the attached picutre using control boxes , thanks for any help

Member Avatar for ryanjayson
0
135
Member Avatar for bouldermash

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim Query As String Query = "INSERT INTO visitor(vid_pass,vname,address,contact_num,status,purpose)VALUES(" + vid_pass.Text + ",'" + vname.Text + "','" + address.Text + "'," + contact.Text + ",'" + TextBox5.Text + "','" + purpose.Text + "');" Query = "INSERT INTO building_transaction(bname)VALUES('" …

Member Avatar for ryanjayson
0
167
Member Avatar for dre-logics

I have a simple question, I have the following menu. Main Menu Sub Menu 1 Sub menu 2 Sub menu 3 Sub sub menu 3.1 Sub sub menu 3.2 Sub sub menu 3.3 I would like to direct if the Form load that "Sub sub menu 3.3" is selected. Is …

Member Avatar for ryanjayson
0
249
Member Avatar for RAYNISH

yes. my coding as follows Public Function connectDB() connStr = "Data source =KIRAN;Initial Catalog=eStaffMgm;Integrated Security=SSPI;User Id=**;Password=*******" connSQL = New SqlConnection(connStr) Return connSQL End Function My system name is Kiran and the database name is eStaffMgm The default instance of SQL Server 2012 is MSSQLSERVER The code in the module was …

Member Avatar for ryanjayson
0
232