2,951 Posted Topics

Member Avatar for michaelalboto

Welcome. I seriously doubt anyone is looking for Dating tips here. Just may not be the right place.

Member Avatar for Tamlyn
0
31
Member Avatar for BIOLA OMOTOSO
Member Avatar for huBelial
Member Avatar for fariid
0
194
Member Avatar for 54uydf
Member Avatar for 54uydf
0
127
Member Avatar for lucabrasi

What company, what are you going to deal with. On which part of this planet ?

Member Avatar for BitBlt
0
242
Member Avatar for moone009
Member Avatar for mcld

[QUOTE=tomato.pgn;1513846] U can PM me any time u need help[/QUOTE] It is always recommended to post questions and replies in the forum threads so that others also can benefit from them.

Member Avatar for debasisdas
0
107
Member Avatar for FlowerPower1
Member Avatar for debasisdas
0
96
Member Avatar for vinothmca

How the temporary files being created ? Is it the application that is creating those for any specific reason ? are all those .TMP files or any other binary file ?

Member Avatar for debasisdas
0
66
Member Avatar for cryzone77
Member Avatar for AndreRet
0
227
Member Avatar for bookstorecowboy
Member Avatar for BeansForChowder
Member Avatar for dragDown
Member Avatar for debasisdas
0
121
Member Avatar for kay21
Member Avatar for shielaolid

You need not open a recordset object to execute an insert statement. try this [code] dbcon.begintrans dbcon.execute strstudinfo dbcon.committrans [/code]

Member Avatar for debasisdas
0
185
Member Avatar for @Kui

[QUOTE=@Kui;1511057]Hi. i detached the database and added it to my program as an existing item [/QUOTE] What exactly you did ?

Member Avatar for @Kui
0
132
Member Avatar for bunnyali2011

[QUOTE=AndreRet;1512419]After all these posts, I see you are using vb.net[/quote] If one goes through this thread, it is quiet clear that the OP has never said what exactly he has really done. But he always pretended to do a lot while he actually did nothing. Nicely he framed his questions …

Member Avatar for Nick Evan
0
776
Member Avatar for cryzone77

why you need a separate table for father, mother, sibling. Are not they citizens ? You need to store the info of all the citizen in a single table and then map the data to proper column.

Member Avatar for debasisdas
0
112
Member Avatar for jamshed ahmed
Member Avatar for swathys

try this [code]If dr(DbaseExpiryDate) > Format(Now, "MM/DD/YYYYyyyy") Then [/code]

Member Avatar for swathys
0
113
Member Avatar for stevempeterson

I visited this thread several times in last couple of days, but never had the patience to read 600 + lines of code. May be i will visit this again in the weekend.

Member Avatar for stevempeterson
0
124
Member Avatar for doremon89
Member Avatar for karthiyayiniyp

try this sample [code]select count(*) from demo where user_name = u_name and password = pwd[/code] if this SQL returns 1 log in successful and proceed further else re-prompt for username / password. No need of any looping or checking for EOF.

Member Avatar for debasisdas
0
561
Member Avatar for mmlmitchell

The root cause is the string function [B]LEFT[/B] in your code. and if [B]CensusBlockID[/B] is a character field it will be even more time consuming. Otherwise using JOIN in place of sub query is good option.

Member Avatar for debasisdas
0
209
Member Avatar for Kniggles

forget about PHP. Post the SQL part of the code where you have any issue.

Member Avatar for debasisdas
0
112
Member Avatar for adam2009
Member Avatar for Steve Mac

Everything always works in development system. Ensure that you are passing the proper file name. Lets know first how you have connected / calling CR from your apps.

Member Avatar for Steve Mac
0
110
Member Avatar for user2030
Member Avatar for dresposure

You can also try using [URL="http://www.codeproject.com/KB/cpp/RC4-BASE64.aspx"]Base64[/URL], also known as MIME encoding, translates binary into safe text. It is used to send attachments in email and to change small bits of unsafe high-character data into stuff that is a lot nicer for text-based system.

Member Avatar for rubberman
0
333
Member Avatar for stavros141
Member Avatar for martin11ph

Yes, I think "real" 3D charts are a bit of a problem. I thought that MSChart could do them, but it seems that the "3D" charts it supports don't have 3 axes. They're just normal 2D (X/Y) charts with a pseudo-3D appearance showing a bit of depth to enhance the …

Member Avatar for martin11ph
0
409
Member Avatar for naren228

When oracle is installed it creates a number user almost 20. At the time of installation except the DBA accounts all others are LOCKED by default. Which can be unlocked at the time of installation orlater on by logging in through the DBA accounts. In your case it seems SCOTT …

Member Avatar for bhawna bharat
0
494
Member Avatar for AngelicOne
Member Avatar for vanzhyme
Member Avatar for yousuf13

[QUOTE=yousuf13;1510729] i want to delete a record by searching that number in two tables Table1 and Table2,the record may present in Table1 or Table2 ,so it should check both the Tables ,if it is found in table1 it should delete or else from table 2 it should delete. [/QUOTE] As …

Member Avatar for debasisdas
0
109
Member Avatar for indr

add commit inside the stored procedure and rerun the same. else commit manually after each execution before running another session, the problem will be solved.

Member Avatar for indr
0
206
Member Avatar for cinnamonsui

[quote]I want to add a column that shows the number of cupcakes the customer bought for that specific order_date[/quote] I assume you are trying to add that column in SQL output, not in the actual table. Kindly post your table structure and relation between them.

Member Avatar for debasisdas
0
68
Member Avatar for icehiro

try this [code]SELECT * FROM address WHERE email = 'a@abc.com' [/code]

Member Avatar for debasisdas
0
79
Member Avatar for vinothmca

Are you sure what you want ? COMMAND BUTTON or a PUSH BUTTON ? and what is a PUSH BUTTON ? i have never used that directly on VB form.

Member Avatar for debasisdas
0
317
Member Avatar for pito_donje
Member Avatar for swathys

you need to check if the MDB is in sync with the earlier version of database. and ensure that you are passing proper data to the DB from application.

Member Avatar for swathys
0
122
Member Avatar for otomatis

you need to format the date. when you say date between '2/1/2011' AND '2/4/2011' ---system considers this as from 2nd of jan till 2nd of april and i think you want from 1st feb till 4th feb , right ?

Member Avatar for AndreRet
0
101
Member Avatar for Mitchell VB 6
Re: VB 6

Login info must be stored in Database, to enable multiple user with their individual password.

Member Avatar for AndreRet
0
109
Member Avatar for vinothmca

That is the name of the file. and since it is .OCX it is a component. but without knowing more it is difficult to guess what exactly it does.

Member Avatar for AndreRet
0
39
Member Avatar for hghesteemed

store all the members in a single table with a spouse column in it.

Member Avatar for hghesteemed
0
127
Member Avatar for kitjo
Member Avatar for kay21

How you determine CONTACT and ADDRESS belongs to whom ? Don't you think both should be merged into a single one.

Member Avatar for kay21
0
1K
Member Avatar for Nat_xo
Member Avatar for kazekagerandy
Member Avatar for Sturdy

try this [code] dim my_string as string my_string = "your string goes here..." if my_string = StrReverse(my_string) then MsgBox ("This is palindrome!") end if [/code]

Member Avatar for Sturdy
0
819

The End.