2,951 Posted Topics

Member Avatar for lostandfound
Member Avatar for lostandfound
0
82
Member Avatar for az_master
Member Avatar for debasisdas
0
117
Member Avatar for az_master

please find related discussions [URL="http://bytes.com/forum/thread641548.html"]here[/URL] and [URL="http://bytes.com/forum/thread641546.html"]here[/URL].

Member Avatar for debasisdas
0
92
Member Avatar for pointers

the USER_...........views contains info about user data but SYS_............ and ALL_...... contains data of all other users also to which notrmal users may not have priviliges.

Member Avatar for pointers
0
91
Member Avatar for swapna7999
Member Avatar for k2k

Are you getting any error from the query. Are you sure related data exists in the tables ?

Member Avatar for Nige Ridd
0
99
Member Avatar for VidVB6
Member Avatar for VidVB6
0
121
Member Avatar for swapna7999
Member Avatar for msantosh18

Please find a related discussion [URL="http://bytes.com/forum/thread726143.html"]here[/URL] .

Member Avatar for debasisdas
0
87
Member Avatar for swapna7999
Member Avatar for swapna7999
0
843
Member Avatar for bmantri

The synonym becomes invalid if the base table is dropped. You need to drop the synonym manually.

Member Avatar for debasisdas
0
83
Member Avatar for k2k
Member Avatar for debasisdas
0
116
Member Avatar for kartouss

It is always recommended to register the component with windows and then use it in VB 6.0. Add the same from Project---->References and then use it.

Member Avatar for kartouss
0
177
Member Avatar for frege

If you create the database with same structure in oracle then you only need to change the Connection string for opening the connection in Vb. Rest all are remains the same and you can use the advantages of procedures & functions

Member Avatar for peter_budo
0
158
Member Avatar for rrocket
Member Avatar for naser.ca

That simply means you are not using the correct version or oracle database. You are trying to execute some advance commands in the un-supported earlier versions.

Member Avatar for debasisdas
0
226
Member Avatar for mike4

I strongly believe there is no limit for the number of records in access database. Try to create index on the fields for faster data access.

Member Avatar for choudhuryshouvi
0
114
Member Avatar for jspear
Member Avatar for lostandfound

It is always better to go for .Net. It has a lot of advantages over age old VB 6.0. But if you still want to use VB 6.0 ,you can go for the same.

Member Avatar for lostandfound
0
189
Member Avatar for rajeshmalla07
Member Avatar for cetan
0
104
Member Avatar for doggyx5

Kindly post your code . What are you doing exactly and what are the problems that you are facing.

Member Avatar for debasisdas
0
259
Member Avatar for rrocket
Member Avatar for dinilkarun
Member Avatar for INFANT

You need to design the report in crystal report and call that from VB. You can pass the query to filter records at runtime.

Member Avatar for apollo13suicide
0
76
Member Avatar for Church

You need to use convertion function. BTW which version of VB you are using ? Is it Vb 6.0

Member Avatar for Church
0
108
Member Avatar for afan_ell
Member Avatar for evios
Member Avatar for bornok15

Better to put the database in some FTP server and access that through the net using the Ip address with username and password for security.

Member Avatar for bornok15
0
78
Member Avatar for evios

Instead of using addnew ,you need to use Edit . In simple terms instead using Insert you need to Update the existing record.

Member Avatar for fujilec
0
124
Member Avatar for fujilec
Member Avatar for choudhuryshouvi
0
70
Member Avatar for chipo

You need to check if the data already exists in database using COUNT before inserting the same to database.

Member Avatar for choudhuryshouvi
0
82
Member Avatar for LadyFinger

[QUOTE=nasir1149;572912]Can some one help me with the following. Any help will be appriciated. Platfprm : Visual Studio 2005, Visual Basic ........... .................. ........................ NK[/QUOTE] Please do not hijack others threads . Start a thread of your own instead for fresh discussions.

Member Avatar for nasir1149
0
306
Member Avatar for shers

You mean to say ,you want to write to the same file in parallel from two different proceses ?

Member Avatar for shers
0
73
Member Avatar for festigeo

The code from [b]Shouvik[/b] will work fine. But i would recommend you to use use COUNT to findout existance of the username and password in the database. 1.Accept the username and password from user input. 2.In the database username field should be the primary/unique key to avaoid duplicate user name. …

Member Avatar for debasisdas
0
85
Member Avatar for nemag

The following code should work for you. Data1.RecordSource = "SELECT * FROM waqf where cardno LIKE "'%" & Trim(s) & "%'"

Member Avatar for debasisdas
0
107
Member Avatar for ladyjade

You have designed the browser yourself or using any other browser(like IE) component ?

Member Avatar for ladyjade
0
90
Member Avatar for jhai_salvador

Please check for the connection string [URL="http://www.connectionstrings.com/?carrier=access"]here[/URL]

Member Avatar for choudhuryshouvi
0
230
Member Avatar for sammy_eyison
Member Avatar for Iqbal_h_a

You need to parse [b]sysdate+1+2/24+20/(24*60)[/b] to proper format before processing in database.

Member Avatar for Iqbal_h_a
0
169
Member Avatar for jem00

1. remove the begin end part 2.use INPUT BOX instead of PUT 3.accept the value from inputbox instead of GET. rest almost remains

Member Avatar for Jx_Man
0
119
Member Avatar for The Dude
Member Avatar for suginaga
Member Avatar for Cal_GIS
Member Avatar for tabasaki

1.read the file 2.copy the content 3.convert to uppercase 4.then compare line by line with master file.

Member Avatar for tabasaki
0
106
Member Avatar for ITech
Member Avatar for leroi green

The code syntax is correct . it seems there is some logic error in your code. Run the code using brake points and check.

Member Avatar for leroi green
0
116
Member Avatar for locsin
Member Avatar for locsin
0
107
Member Avatar for sammy_eyison
Member Avatar for sammy_eyison
0
160
Member Avatar for alvin08
Member Avatar for Ross Cox
Member Avatar for cometburn
0
134

The End.