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
~8K People Reached
Favorite Forums
Favorite Tags
Member Avatar for dilip_singh3
Member Avatar for abhinav_blue87

hi this is abhinav i am a newbie to this world ... i very urgently need a project on library management in vb...... is there any one who can help me in this ....... thanks

Member Avatar for AndreRet
0
167
Member Avatar for dilip_singh3

I have connected a datagrid to a recordset having multiple fields. on entering value in One of the column of the datagrid and pressing enter it gives a message (not error) automatically Multiple step operation generated errors. Please check each status value. I have already written codes in the keypress, …

Member Avatar for choudhuryshouvi
0
75
Member Avatar for AjayKN

Dear Friends i want to know in VB6 what is forms is that classes or objects, since we can have dim a as new form1 a.show() or form1.show() and also please extend same for other controls

Member Avatar for hkdani
0
1K
Member Avatar for ibeast

hi well i have a program that can print wav data in a text file. Is it possible to make a wav file with the available data from the text file and play it in VB. Playing the file isn't that difficult, but i m still scratching my brains as …

Member Avatar for hkdani
0
174
Member Avatar for dilip_singh3

I m using VB6 and MS Access. In MS Access table I have already set the decimal digit to 2 and it is showing only 2 digits after decimal in MS Access Table but when I put the data in MSH Flex grid then it shows around 12 to 14 …

Member Avatar for hkdani
0
143
Member Avatar for dilip_singh3

How to select a particular row in MS Hierarchical Flexgrid control during coding. I m not getting the desired property.

0
68
Member Avatar for dilip_singh3

I am working in a multiuser VB 6 Project with MS Access as database. I want to store details in LOG file. for this we will have to write to the log file in all the events (into which we have written code) But is there any way to log …

Member Avatar for hawisme000
0
76
Member Avatar for dilip_singh3

I have made a report in Crystal Report, fetching records by SQL Query from ODBC Datasource. The query is taking too much time and error is comming after 50 seconds that timeout expired. What would be the problem ??

Member Avatar for debasisdas
0
69
Member Avatar for dilip_singh3

I m working on a multiuser VB project using MS Access as Backend Database. I wanted to know that through VB coding, how to know that any other user is currently accessing the MS Access DATABASE .

Member Avatar for RonR
0
161
Member Avatar for TOROOOLOLOOLO

HI I have created database with ms and linked it with vb6 user interface.But i have a problem linking or loading pictures to the records.I need help on how this can be done,and if possible how pictures can be loaded with it's corresponding data into the database at runtime. Thank …

Member Avatar for dilip_singh3
0
89
Member Avatar for dilip_singh3

I m working on a VB project with MS SQL SERVER 2000 as backend database and Crystal Report 8 for Reports. The problem is : When showing a report, after some moments error comes as Microsoft OLE DB Provider for ODBC Drivers: [Microsoft][ODBC SQL Server Driver]Timeout expired When I click …

Member Avatar for debasisdas
0
103
Member Avatar for nsrivi

Hi, I have a problem while opening a VB application. The error message is [B]The instruction at "0x00409719" referenced memory ay "0x7c80be31". The memory could not be "written".[/B] I have tried debugging this error, rebooting the system and also re-installing VB. But the problem persists. Please help!! Thanks and Regards, …

Member Avatar for dilip_singh3
0
92
Member Avatar for dilip_singh3

I m working on Multiuser VB Project with MS Access as Database. I just want to check (from codding) how many users are currently accessing the backend database . Is there any way ???

0
62
Member Avatar for dilip_singh3

I am using a connection object from code and a DataEnvironment in a VB application Set CON = New ADODB.Connection CON.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\AA.MDB;Persist Security Info=False" CON.Open Set RS = New ADODB.Recordset If RS.State = 1 Then RS.Close RS.ActiveConnection = CON RS.CursorType = adOpenKeyset RS.LockType = adLockPessimistic RS.CursorLocation = adUseClient …

Member Avatar for debasisdas
0
97
Member Avatar for snehas

Hi, I am creating a small application which connects to an MS access database. I am using app to get the path of the mdb. This works fine when I am accessing the exe from my own machine. When I share the folder containing the exe and access it over …

Member Avatar for ryan_vietnow
0
128
Member Avatar for dilip_singh3

How many tables we can create in a single MS Access database ? I m going for a multiuser project . I dont know how many tables I will have to make.

Member Avatar for QVeen72
0
137
Member Avatar for renemejilla
Member Avatar for dilip_singh3

Actually in an application (VB 6 & CRYSTAL REPORT 8) I got a problem with RTF Export option. The settings (Tab settings, Paragraph settings etc.) got changed in RTF file. One more thing is that, user can edit the RTF file. So I need to export CRYSTAL REPORT to PDF …

Member Avatar for debasisdas
0
76
Member Avatar for dilip_singh3

I am using an Access Database through Visual Basic 6. Is there any other way to access the database excluding the following code. Set CNN = New ADODB.Connection str = "\\SYS8\DATAX\EMP.MDB" CNN.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + str + ";Persist Security Info=False" CNN.CursorLocation = adUseClient

Member Avatar for plusplus
0
1K
Member Avatar for dilip_singh3

I am using MS Access database by a vb6 program for multiuser environment. In the program I have written code for autogenerating employee_id which is primary key in the table. When entering records simultaneously from two or more workstation, It gives a problem Run time error The changes you requested …

Member Avatar for dilip_singh3
0
139