2,951 Posted Topics

Member Avatar for xXEJEarlXx
Member Avatar for AndreRet
0
375
Member Avatar for robergto

I am not very sure what is the cause of the error. That version of VB is gone from my system long long back

Member Avatar for robergto
0
141
Member Avatar for vasuv

I am confused from your post, can you please explain in detail what exactly you are trying to do. Are you using any specific tool for the purpose ?

Member Avatar for debasisdas
0
120
Member Avatar for PinoyDev

(length of the string including space ) - (lenth of the string after LTRIM) = number of spaces in the start of the string. [code]Len("Visual Basic") - Len(ltrim("Visual Basic")) [/code]

Member Avatar for PinoyDev
0
171
Member Avatar for sspatriots

This is how you [URL="http://bytes.com/topic/visual-basic/insights/641548-blob-save-image-database"]store[/URL] and [URL="http://bytes.com/topic/visual-basic/insights/641546-blob-retrieve-image-stored-database"]retrieve[/URL] image in Database. The code is for SQL server. You need to make some changes to do the same in Ms Access.

Member Avatar for debasisdas
0
140
Member Avatar for Agent Cosmic

1. Add a check constraint with numbers only as value. 2. For the values refer to another column in some look up table. 3. In that table store the actual meaning of the numbers i.e.-- 1="pending" 2="watched" etc..

Member Avatar for griswolf
0
134
Member Avatar for doremon89
Member Avatar for javanew

[QUOTE=javanew;1454299]Yeah things have changed,, and stop wasting my time to read your trash replies. Instead of making critics, you can just try to help a university student! And you the worst moderator i have ever seen, i am going to find a better forum ![/QUOTE] That sort of behavior is …

Member Avatar for debasisdas
0
180
Member Avatar for Micksnothere

At first look this design seems to be too critical. Some tables can be merged. Needs dedicated time to provide a solution.

Member Avatar for debasisdas
0
273
Member Avatar for PinoyDev

Have you tried handling the error using [B]ON ERROR[/B] and then tired to find out what is the error number or message is ?

Member Avatar for PinoyDev
0
106
Member Avatar for masterfact18

You need to update the database using SQL. Try to frame queries as per your requirement and execute them in proper event. Don't expect someone to supply you the complete code.

Member Avatar for AndreRet
0
544
Member Avatar for javanew

I suggest the supplier part needs to be handled separately as that can't be managed in a single table.

Member Avatar for Ezzaral
0
483
Member Avatar for awslc

I really do not understand the link between student_apps and posted_jobs via status_messages.

Member Avatar for crfraser
0
1K
Member Avatar for judithSampathwa

If you understand what a cipher text is and how to encrypt and decrypt data that should be quiet easy task for you. 1. Collect data 2. Encrypt (using algorithm ) 3. Store in DB 4. Retrieve. 5. Decrypt using reverse algorithm. 6. Use the record.

Member Avatar for debasisdas
0
78
Member Avatar for niths

As a rule of thumb for deleting record form tables based on referential integrity . Step 1. Delete record from child table. Step 2. Delete record from parent table.

Member Avatar for debasisdas
0
66
Member Avatar for judithSampathwa

How enterprise edition of any version of any application can be free to use ? It must be either trial or limited period editions .

Member Avatar for debasisdas
0
146
Member Avatar for debasisdas

Why these button are there on my own post ? [B] Flag Bad Post Post Reply[/B] How useful are these for me ?

Member Avatar for ~s.o.s~
0
69
Member Avatar for vasuv

I really do not understand what is [B]the table is callable from other procedure.[/B]

Member Avatar for debasisdas
0
84
Member Avatar for Agent Cosmic

You need to merge the fields of profile with user. Profile_id should be added to profile table.

Member Avatar for Agent Cosmic
0
240
Member Avatar for Micksnothere
Member Avatar for Micksnothere
0
70
Member Avatar for laailalalaa

You need to hit google with proper keywords. What you are asking for (index choice and every other database optimization related aspect ) comes with experience only and there is no rule of thumb for that. That varies from db to db based on use, data size , hardware implemented …

Member Avatar for laailalalaa
0
113
Member Avatar for Machete 7.M.5
Re: Who?

Hi Machete, Welcome to the forum. If you know how to copy and paste with little intelligence, your future is bright so bright. :)

Member Avatar for Machete 7.M.5
0
162
Member Avatar for masterfact18

In the login table stare a flag value, which specifies if the ligin use is a normal user or an admin. Based on that flag value you can enable / disable other dependent forms.

Member Avatar for abelingaw
0
289
Member Avatar for dandixon

Do you know how to write SQL ? That will be the easiest solution for your problem.

Member Avatar for debasisdas
0
78
Member Avatar for PM312

1.try using ascii value of the character. 2.increment the number part till max value 3.increment the ascii value by 1(one) and repeat step-2

Member Avatar for debasisdas
0
73
Member Avatar for jogieglenmait

Just try to use the built in login form in VB IDE. Simple modification will solve your problem.

Member Avatar for panchong
0
1K
Member Avatar for CiwanK

Better start designing from scratch and keep adding new stuff as your requirements keep on changing.

Member Avatar for CiwanK
0
315
Member Avatar for DonMacInnis
Member Avatar for debasisdas
0
7
Member Avatar for ajuv_001
Member Avatar for authi

You can simply try this logic. select count(*) from useraccounts where username = val1 and password= val2. if the above query returns 1 (as count). login should be successful and allow the user to proceed further else re-prompt for correct username and password(and repeat the same logic). For the above …

Member Avatar for debasisdas
0
107
Member Avatar for fantasma
Member Avatar for sonakrish
Member Avatar for sham.karankal
0
97
Member Avatar for iwannalearn

You need to read [URL="http://en.wikipedia.org/wiki/Enterprise_resource_planning"]this[/URL]. No [B]11i[/B] is not a database like [B]11g[/B].

Member Avatar for debasisdas
0
59
Member Avatar for emongs

You need to position the control by resting its X, Y co-ordinates using trigonometric functions SIN and COS.

Member Avatar for AndreRet
0
94
Member Avatar for exception

You need to connect to SMS gateway for that. Contact your telecom service provider for details. All that does not come free like mailing service.

Member Avatar for debasisdas
0
46
Member Avatar for satish.paluvai

try to write a script for this or a better option would be to write a cursor and then drop the tables .

Member Avatar for vijin
0
197
Member Avatar for Perry31

The answer is a big NO. But there are couple of work around for the solution.

Member Avatar for Aqua_annie
0
91
Member Avatar for achemura

Hi Abellac, Welcome to Daniweb. But i am sure you are definitely not new to everything :)

Member Avatar for achemura
0
81
Member Avatar for McLaren

Welcome to the forum. What you said is very true, there is really no age bar for learning. Hope you have a nice time learning new things.

Member Avatar for McLaren
0
33
Member Avatar for say cheese!
Member Avatar for dbj6417
Member Avatar for samx2010
Member Avatar for RobTom30
Member Avatar for MARKAND911
Member Avatar for aman rathi

Please find the details [URL="http://download.oracle.com/docs/cd/B10501_01/server.920/a96652/ch01.htm"]here[/URL] and [URL="http://download.oracle.com/docs/cd/B19306_01/server.102/b14215/exp_imp.htm"]here[/URL].

Member Avatar for debasisdas
0
70
Member Avatar for lili.edryana

[QUOTE=;][/QUOTE] can you post the exact syntax that you are using for reference of our experts.

Member Avatar for debasisdas
0
103
Member Avatar for Aadzee
Member Avatar for mca.narender

[QUOTE=;][/QUOTE] I think what you are looking for is Merge statement. [url]http://psoug.org/reference/merge.html[/url]

Member Avatar for br_astronut
0
150
Member Avatar for pkdaftari

[QUOTE=;][/QUOTE] You need to write password protected macros for that .

Member Avatar for buddylee17
0
70
Member Avatar for anup8055

[QUOTE=;][/QUOTE] First of all that version of oracle is desupported. If you still want that read some oracle 8i books, it is not possible to describe all that here.

Member Avatar for debasisdas
0
49

The End.