Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
60% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~2K People Reached
About Me

I love asking questions.

Favorite Tags
Member Avatar for Mits14

Hi! I need a help!! I'm currently working on an Online Election. Basically, what i want is to output the list of candidates in every position in my database. I output the list of the positions in a dynamic labels and the list of candidates in a dynamic dropdownlist. For …

Member Avatar for LastMitch
0
338
Member Avatar for Mits14

hello, i found an interesting source that would help me extract 2007 excel file and save it to SQL server 2005 using ASP.Net but i have encountered an error and i don't know how to solve it. i used the vb file. And i got the error at this part …

Member Avatar for Mits14
0
311
Member Avatar for Mits14

hello! I got this error when I tried to connect to my db in sql server. > Unable to add data connection. Could not load file or assembly 'Microsoft.SqlServer.Management.Sdk.Sfc, Version = 10.0.0.0, Culture = neutral, PublicKeyToken = 8945dcd8080cc91' or one of its dependencies. The system cannot find the file specified. …

Member Avatar for Mits14
0
225
Member Avatar for Mits14

I need help!! What I want is when I add a new teacher, it will search the tblteacher_info. If there is already a record of that teacher, it will just update his/her record. If there is no record of that teacher, it will add his/her info in the tblteacher_info. I …

Member Avatar for Mits14
0
144
Member Avatar for Mits14

hi.. need some help here.. i have a table named tblappointreserv in my db.. on that table there is a field for dates.. and i have a month calendar in my form.. want i'm planning to do is.. i'll highlight all the dates in monthcalendar that are found in my …

Member Avatar for Reverend Jim
0
95
Member Avatar for Mits14

i have this code in my btnsave..it can detect conflicts but after that a dialog box saying: An unhandled exception of type 'System.NullReferenceException' occurred in AppointmentSchedulingClient.exe Additional information: Object reference not set to an instance of an object. and it points to the green one below. [CODE] If Val(cbostart.Text) > …

Member Avatar for Begginnerdev
0
678
Member Avatar for Mits14

Hi everyone..can you help me with this problem? in my frm1, i have: ID no: (txtid) Name: (txtname) Address: (txtaddress) in my frm2, i have: ID_no: (txtid) ISBN: (txtisbn) Date Borrowed: (txtdate) the problem now is I don't know how to code it, when i input the ID_No in frm2 …

Member Avatar for Netcode
0
97
Member Avatar for Mits14

Hi guys.. I'm using MS ACCESS for my dbase.. i have a tblborrow where you can find transac_num ..now, i have in my form a label which here, you can see how many transactions you have done already(i'll name it sa lbltransacno) and a save button.. what i want now …

Member Avatar for hericles
0
81
Member Avatar for Mits14

Hi guys.. i have a problem with my sqlupdate statement..i don't know which part is the error.. could you help me figure it out?? i even delete the codes and then type it again..but there is still this error.. [CODE] open_con() sqlupdate = "Update tblbook set Section='" & cbosection.Text & …

Member Avatar for Naveed_786
0
100
Member Avatar for Mits14

Hi everyone.. i don't know how to display NO RECORD FOUND in msgbox.. here is my codes [CODE]Private Sub btngo_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btngo.Click open_con() sqlsearch = "Select *from tblborrower where ID_no=" & txtidno.Text & "" cmd = New OleDbCommand(sqlsearch, con) dr = cmd.ExecuteReader While …

Member Avatar for Mits14
0
243