Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Forums
Favorite Tags
Member Avatar for anud18

hi....i m actually developing a tool which uses access as the database source...i hv created 2 coloumns in the database....username and password....now in my tool i need to ask the user fr his username and password....if it matches with any of the combinations stored in the database then the user …

Member Avatar for sackymatt
0
203
Member Avatar for anud18

how do i make the programme wait untill a particular event happens...... i read it on the msdn....that by inserting "App.WaitForEvents" where i wanted to make my programme wait for the event i could do it..... but when i tried putting this line in the programme the compiler didnt recognize …

Member Avatar for AV Manoharan
0
123
Member Avatar for anud18

is there anyway by which i can check whether a command button has been clicked or not...

Member Avatar for QVeen72
0
210
Member Avatar for anud18

hi.......can anyone tell me how do i call a subroutine created inside my dll from another project example:- i hv created a dll having a sub-routine named "initialize" in it .....when i call this sub-routine from my project after having made all the necessary declarations its giving me an error …

Member Avatar for QVeen72
0
147
Member Avatar for anud18

hi....actually wen i am loading a form from the module.....its loaded but its not holding on to the screen and it is performing the actions listed in the form load procedure......can anyone tell me what should i do to make the form hold on to the screen....it would be of …

Member Avatar for AV Manoharan
0
117
Member Avatar for anud18

how can i load a form from a module created in d same project??...........What function should i use to do so???

Member Avatar for QVeen72
0
103
Member Avatar for anud18
Member Avatar for anud18

Private Sub Form_Load() Dim dbUserName As ADODB.Connection Dim cmdCommand As New ADODB.Command Dim rsUserName As ADODB.Recordset Set dbUserName = New ADODB.Connection dbUserName.ConnectionString = "provider=Microsoft.Jet.OLEDB.4.0;" & "Persist Security Info=False;" & "Data Source = C:\Documents and Settings\Administrator\Desktop\db1.mdb" dbUserName.CursorLocation = adUseClient dbUserName.Open after this wen i run the with command it gives an …

Member Avatar for PVBert
0
82
Member Avatar for anud18

can anyone plz help me out by giving the lines of code which will hwlp me establisg a connection with my access database usin ADO ......

Member Avatar for anud18
0
109