Posts
 
Reputation
Joined
Last Seen
Ranked #522
Strength to Increase Rep
+10
Strength to Decrease Rep
-2
68% Quality Score
Upvotes Received
53
Posts with Upvotes
53
Upvoting Members
22
Downvotes Received
22
Posts with Downvotes
16
Downvoting Members
18
19 Commented Posts
~172.20K People Reached
PC Specs
Linux - Ubuntu 10.04 Slackware 12.0 with KDE.

592 Posted Topics

Member Avatar for Jollyyy100

Well, it is similar to UPDATE. Just do this [CODE=sql]DELETE FROM table WHERE condition[/CODE] If you show me some of your work, I may better understand what you want. Can you show me your select statement with propagation.

Member Avatar for anashidayat
0
5K
Member Avatar for Kingcoder210

please use code tagging. Where are u setting the Date? Could you please explain what you are doing? From what I can understand you are trying to get a report to show something from a start date to an end date.

Member Avatar for hrothenb
0
701
Member Avatar for Pajoper

Well unless you know how to solder and find the exact chips that have gone bad. And without looking at the motherboard I can't tell you which Chip, transistor, or circuit has gone bad. If you don't know what I am saying, take it to a professional don't mess with …

Member Avatar for MayoukhD2004
0
287
Member Avatar for Prodigy
Member Avatar for CMSHelper
Member Avatar for SynThiicQ
0
232
Member Avatar for Albert Pinto

Welcome to the forums, Please introduce yourself at [url]http://www.daniweb.com/forums/forum165.html[/url]. [CODE]sql = "delete from budget_details where ID = " & DataGridView1.CurrentRow.Cells(0).Value.ToString() [/CODE]

Member Avatar for KimberGariando
0
2K
Member Avatar for pilesos

Date time formats need to be in 'yyyyMMdd hh:mm:ss:fff' format. try '19990907 12:00:00:000' time will be in 24h format. if you want to check for date like Update where the date is 07/09/1999 (dd/MM/yyyy) you can do Where Date between '19990907' and '19990908' This will get you all results with …

Member Avatar for Nijil
0
268
Member Avatar for cib

Call Microsoft, if you don't do anything it will lock you out after hmm 30 days? or was it 60. Yeah but the point is it will lock you out

Member Avatar for johhny-marshal
0
144
Member Avatar for Cyber 14

I believe the best people to ask are Dell itself. Did you contact them recently? if not you should and ask them what it is, if you did than that is what it probably is. Sorry I can't be more helpful than that, first thing I do is get rid …

Member Avatar for kathleendesouza
0
121
Member Avatar for mrki
Member Avatar for PillowChicken

Welcome to the forums, Please take some of your valuable time and introduce yourself [url]http://www.daniweb.com/forums/forum165.html[/url]. What is the function of your app?

Member Avatar for Coolboy6839
0
380
Member Avatar for chanthung
Member Avatar for nicolle john
0
177
Member Avatar for dwayned
Member Avatar for jaso24

PXE-E61: Media test failure, check cable PXE-M0F: Exiting Intel Boot Agent. Error is for Network boot, your machine seems to be skipping boot to HD. What you want to do is Set CD to boot first. If you are doing that then maybe your XP disk is not bootable or …

Member Avatar for Abdulwahab786
0
580
Member Avatar for diafol

Well for me it seems that the it updates every 5 ten minutes, but posts already in there are updated instantly. threads that I post in for the first time take 5 mins but the ones that i already have posted in are almost instant. At least it looks like …

Member Avatar for Dani
1
163
Member Avatar for ishtine18

[CODE]int LastSep=0; for (int i=0; i< textBox1.Text.Length;i++) { if (textBox1.Text[i] == ' ') { label5.Text += new OleDbCommand("Select English FROM Dictionary where Ilokano like" + "'%" + textBox1.Text.SubString(LastSep,i-LastSep) + "%'", conn).ExecuteScaler().toString() + " "; LastSep=i; } if (i == textBox1.Text.Length-1 && textBox1.Text[textBox1.Text.Length-1] != ' ') { label5.Text += new OleDbCommand("Select …

Member Avatar for Iswariya
0
229
Member Avatar for noel.prashant
Member Avatar for icardona30
0
222
Member Avatar for mOrloff

Try Running this separately [CODE]SELECT DISTINCT c.primaryemailaddress, c.companyname, CAST(m.maxdate AS DATETIME ) AS maxDateCreated FROM companycontact AS c[/CODE] Then try this separately. [CODE]SELECT so.companyname, MAX(so.date_created) AS maxdate FROM ordhed_sales AS so, company AS co WHERE so.companyname = co.companyname AND co.isOEM = '1' GROUP BY so.companyname) AS m[/CODE] Peace.

Member Avatar for mOrloff
0
169
Member Avatar for HANSRAJ SUNEJA
Member Avatar for tigerbright
-2
195
Member Avatar for TreeRat

From what I understand you are unplugging and plugging the power cables. What you need to do is take off all components. ie. PCI, ISA, USB, Mouse, Keyboard, VGA, Aux Fans (Non-essential Case Fans) etc. Leave only the Processor and the RAM, You want to hear one single Post beep. …

Member Avatar for jingda
0
439
Member Avatar for Farao69

constant beep? Hmm is it coming and going or just is it a continuous tone. Like when you pick up the phone? Can you try and remove all peripherals and leave just the processor and motherboard (and PSU ofc). Remove the RAM as well. you should hear 5 or 4 …

Member Avatar for rubberman
0
283
Member Avatar for lianpiau

Could you explain what [B]CalculateNewRecordNumber[/B] is supposed to do. I think it can be done more efficiently. Why are you doing this? [CODE] textBox2.Text = DateTime.Now.ToString(strFormat); textBox2.Text = record; [/CODE] This statement doesn't look right [CODE] string strChechID1 = "select LoadingNo from LoadItems where LoadingNo=LoadingNo"; [/CODE] Ok this is Where …

Member Avatar for lianpiau
0
206
Member Avatar for triple_A

Please Look at [URL="http://www.dotnetperls.com/streamreader-vbnet"]this[/URL]. then Look at [URL="http://patorjk.com/programming/tutorials/vbarrays.htm"]this[/URL]. Read them and see what you figure out. Ask Questions and present your theories. Peace.

Member Avatar for triple_A
0
178
Member Avatar for alexaaxela

Post some more of your code. Provide the data types of the variables. Don't use Help as a subject Matter. Peace.

Member Avatar for finito
0
141
Member Avatar for sushanth08

[QUOTE="sushanth08"]basically can u tell me the code to replace some strings in the rich text box i.e clearing and inserting[/QUOTE] [CODE]//Clearing richTextBox1.Clear(); //Inserting richTextBox1.Text="ABCD\nEFGH"; // Adding /n is to generate a new Line so Output will be // ABCD // EFGH [/CODE] Peace.

Member Avatar for abelLazm
0
188
Member Avatar for xanawa

I think you are asking about the Raw DateTime format as you receive from it from the Database. This varies on the database itself. MSSQL spits it out like this: yyyyMMdd HH:mm:sss:hhh MySQL I believe is yyyyMMddHHmmss If you mean how to you Enter Date into a DateTime variable Then …

Member Avatar for xanawa
0
318
Member Avatar for basma.lm

Try running that statement in SQL browser [QUOTE][CODE]Select Personne.[Nom],Personne.[Prenom],Personne.[DateNaissance],Personne.[LieuNaissance],Bulletin.[Autorite],Bulletin.[DateJ] from (Personne inner join Bulletin on Personne.[CodePersonne]=Bulletin.[CodePersonne])where Personne.[Nom]=@nom and Personne.[Prenom]=@prenom"[/CODE][/QUOTE]

Member Avatar for Shrushti
0
169
Member Avatar for zslgreen

You can also use CAST Command [CODE]CAST(fieldname as VARCHAR[50]) [/CODE] But this is more useful in using the field as a temporary basis. Like [CODE]SELECT CAST(fieldname as VARCHAR[50]) from table_name[/CODE] For Permanent change using the above solution is better. (ALTER TABLE) Peace.

Member Avatar for finito
0
99
Member Avatar for shaktii
Member Avatar for hyuugurt

[CODE]SELECT username FROM users Inner Join friends ON users.id = freinds.uid WHERE uid = {$this->id} OR fid = {$this->id}[/CODE] There may be a syntax error here. I am assuming that you have only one primary key on both users and friends.

Member Avatar for tcatt
0
153
Member Avatar for hitchiker

Try using Switch Case [CODE]switch(n) //basically like saying if n = case { case 1: //so if n = 1 then cost += 25; break; case 2: // if n = 2 then cost += 25; goto case 1; // do n=2 then n=1 you need a break to end …

Member Avatar for ryxcy
0
451
Member Avatar for mrhankey

Look at this part alone: [CODE]SELECT 'ClientDocs', ClientID FROM clients WHERE NOT (clients_ClientID IN (SELECT ClientID FROM clients,folders WHERE clients.ClientID=folders.clients_ClientID))[/CODE] In your first post you said: [QUOTE]Client Table: ClientID INT PK AI, ClientName VarChar[/QUOTE] Look at this part: [CODE]WHERE NOT (clients_ClientID IN [/CODE] You are calling for clients_ClientID from the …

Member Avatar for tinymark
0
129
Member Avatar for finito

I am having some trouble. I have a Linux Server hosting 5.1 MySql. The Windows clients are running a POS Program written in C# using the .Net Connector. The Problem is that the initial connection takes around 12 Seconds which is not a big problem, but when you let it …

Member Avatar for finito
0
203
Member Avatar for khess

Games have become lame. I can't remember the last time I played a game and really liked it. Maybe I have become older? nah It is definitely the games have become too generic. You played one you played em all. I want somthing innovating like MGS, just don't see it …

Member Avatar for Heyzaneretro
2
591
Member Avatar for markflip
Member Avatar for Jesi523

Well, Do you know how to retrieve data from the SQL database? Do you know what if statements are? If you can answer both you can do it. Please explain which part you don't understand, so I may try and clarify. Regards.

Member Avatar for crishjeny
0
127
Member Avatar for MichaelWClark

I am a little confused are you complaining that ExecuteScaler() only gets one value? If so that is it's function. Could you clarify what you are trying to do? What I see is You are getting the ddlProductName.SelectedValue value from the Database, then you are deselecting what ever was selected …

Member Avatar for crishjeny
0
149
Member Avatar for pooja_shah

Hello Pooja, Please show some effort or work. Give me your pseudo code. Please read the rules about homework.

Member Avatar for crishjeny
0
75
Member Avatar for Borzoi

Hmm, I would go with the same suggestion your USB port is low on power, try different ports. Also try a different computer.

Member Avatar for onetimeuser1
0
1K
Member Avatar for jovypinoy

[url]http://www.iskysoft.com/free-mac-video-downloader.html[/url] [url]http://homepage.mac.com/major4/[/url] Or for lossless MP3 [url]http://www.fraction.jp/log/archives/2008/01/18/FLVMP3Extractor[/url] The quality degradation is minimal. It depends on how good the source is. If the source sucks no matter what you do, you can't get better than the source file. MP3 is a compression standard, if you want high lossless quality you shouldn't …

Member Avatar for happygeek
0
346
Member Avatar for severman
Member Avatar for mrahil2008
0
161
Member Avatar for Devjitbasu

Please read the rules, No thread Hijacking. As for your problem, check the GPU fan, it maybe stuck. if there is no Fan, check the heatsink.

Member Avatar for Shlaa
0
87
Member Avatar for onlinessp

I don't see any problem at a glance can you tell me which line you get the error?

Member Avatar for ashu.innominds
1
147
Member Avatar for finito

I have a screwed install of MySql Server on my Machine its a 10.04 64-bit Ubuntu. I can neither Remove it or Install a new one. [CODE]I tried apt-get remove [/CODE]and [CODE]dpkg --purge mysql-server-5.1[/CODE] They both reach [CODE]dpkg --purge mysql-server-5.1[/CODE] and stay stuck there. Can anyone please help me completely …

Member Avatar for aubyoub
0
223
Member Avatar for selle05

can you please elaborate. Show some examples of what you want to do. Add some pseudo code. Regards.

Member Avatar for ilog
0
319
Member Avatar for 7h3.doctorat3
Member Avatar for b1izzard

[QUOTE]"Object Reference not set to an instance of an Object"[/QUOTE] This usually means no result from the Database, Like the connection is OK but there is no matching criteria. Can you point out where it shows this error, I mean what Line.

Member Avatar for MaKhalid
0
509
Member Avatar for foleyjcat

[QUOTE]Is it possible that dust collecting inside could be triggering a CPU shutdown because of overheating?? [/QUOTE] Although rather unlikely, does your machine become hot?

Member Avatar for W1ND0W5
0
260
Member Avatar for trente

If you have the recovery discs, you should be able to use that. If not, then the easiest way is to format and Reinstall everything. If you do not have the Windows Disc, I would recommend Linux distros such as [URL="http://www.ubuntu.com"]Ubuntu[/URL] or [URL="http://www.LinuxMint.com"]LinuxMint[/URL]

Member Avatar for avadhraj12
0
90
Member Avatar for judithSampathwa

Can you provide a sample data of Value Maybe you should use DateTime.ParseExact()

Member Avatar for Geekitygeek
1
178

The End.