Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
33% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
2 Commented Posts
0 Endorsements
~5K People Reached
About Me

dfhsdfh

Interests
dfhsdfh
PC Specs
dsfhdsfh
Favorite Forums
Favorite Tags
Member Avatar for saquibaltaf

Hi, i am biggener to VB.NET and ADO.NET. I have created a VB.NET form contains "Date From" and "Date To". i want to pass these two range parameters to crystal reports to manipulate the result. What is the way to do so using ADO.NET. Kindly some one explain Step by …

Member Avatar for retsehc
0
764
Member Avatar for vammy

Guys, Need your help here please.. I have a windows form where i have a requirement to convert money entered as integer into string format.. like : if amt entered was 5000,it shld be converted to five thousand rupees only.. please help..

Member Avatar for salman_hundekar
0
114
Member Avatar for vammy

I have a number like 6511 and I want to round it up to 7000. How do I tell the computer to round the numbers to the thousands place. I know how to round decimals but not whole numbers. Thanks for you Please help!

Member Avatar for Reverend Jim
0
419
Member Avatar for sica07

Hello, I have a server on which I host my firstdomain.com. For this I created a name servers: ns.firstdomain.com Now I would like to host a second domain on that server and to use the same nameserves. I know that is posible (is the solution used in shared-hosting). To do …

Member Avatar for Jessica1234
0
272
Member Avatar for vammy

Hi Guys, How do we create relation ships between tables using a sql query? im using MS Access and VB.net. Please post an example,tht would b really appreciated. many thanks.

Member Avatar for vammy
0
120
Member Avatar for lucifer30

My problem is that i have a Siemens|Nokia residential router 1600 and a RJ45 Ethernet cable that provides me with internet. I once tried to connect the Ethernet cable to the router and when i searched for wifi access points from my Cell Phone, It showed one(there are no other …

Member Avatar for lolafuertes
0
233
Member Avatar for vammy

Hi guys, Im using a datagrid for user to enter input. However,im restricting the grids to some value.My grid is actually not bounded to any database. so,here is my requirement: whn the form is getting displayed,all grids are getting displayed.,which dont want.,only row2 shld get displayed to user after he'l …

Member Avatar for bhagawatshinde
0
112
Member Avatar for vammy

Hi Guys, I want to enforce validation rule in create table statement for a coloumn. im using vb.net as front end and access as back end. could u please post a sample code here.help would b highly appreciated.

Member Avatar for vammy
0
86
Member Avatar for vammy

Hi friends, i want to restrict -ve values entering into access database table.im using vb.net as front end... please help..

Member Avatar for vammy
0
117
Member Avatar for vammy

Hi Guys, I need Some help in validating a particular coloumn in datagrid for duplicate values before inserting into database.Im using datatable. Please help with some example code.appreciate our help. regards, vamsee

Member Avatar for vammy
0
1K
Member Avatar for vammy

Hi guys, Could some one please help me in validating a datagrid coloumn..,i want only alphanumeric values.,symbols like -,+..etc were not allowed..folliwing is the code wht i have.,but it allows only alphabets but not numerals.. [CODE] If Char.IsDigit(e.KeyChar) Or Asc(e.KeyChar) = 8 Or Asc(e.KeyChar) = 46 Then If Asc(e.KeyChar) = …

Member Avatar for vammy
0
128
Member Avatar for vammy

Hi Friends, I need ur help..I have finished my proejct in vb.net with access database. could u please help me in making an exe for this with database.. please help..

Member Avatar for vammy
0
93
Member Avatar for vammy

Hi, How to validate the contents of a datagrid per row, per column in vb.net? i have a specific coloumn PlotNo in which values shld nt get repeated..it is an unbound table.. please help me with an example code..

Member Avatar for ndeniche
0
54
Member Avatar for vammy

Hi Guys, How do i calculate the sum of all rows in a coloumn..? im using vb.net and access as back end.. could u please gimme an example code?

Member Avatar for ndeniche
-1
89
Member Avatar for vammy

Hi All, Please help me..i wanted to transfer control to a different form when one form is minimized..,how do i achieve this?vb.net...please help

Member Avatar for vammy
0
95
Member Avatar for vammy

Hi Guys, Im trying to update a datagrid and a text box value in access database. both shld be saved in the same row simultaneously.,unfortunately its not happening. they were gettign saved in a different rows. PLEASE help. [CODE] conn.Open() sqlQRY = "Insert Into tblPlot(SurveyNo)" sqlQRY = sqlQRY & "Values" …

Member Avatar for anusha.shivni
0
116
Member Avatar for vammy

Hi Guys, I need some urgent help.. My requirement is to create dynamic text boxes during run time. it shld b like this: when i click a button a text box shld b created and upon entering a value it shld be saved in access database. appreciare ur help and …

Member Avatar for vammy
0
226
Member Avatar for vammy

Hi Guys, Is it possible to dynaically create table name in MS Access: Below is my CODE: [CODE] strSQL = "CREATE TABLE" + Me.Text + "( ID Counter," & _ "Name TEXT(50) NOT NULL," & _ "PRIMARY KEY(ID) )" [/CODE] But,im getting a run time error that syntax is wrong. …

Member Avatar for vammy
0
119
Member Avatar for vammy

Hi Guys, Im trying to update a datagrid and a text box value in access database. both shld be saved in the same coloumn.,unfortunately its not happening. they were gettign saved in a deifferent rows. PLEASE help. conn.Open() sqlQRY = "Insert Into tblPlot(SurveyNo)" sqlQRY = sqlQRY & "Values" sqlQRY = …

Member Avatar for WaltP
-1
98