Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
20% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
4
Posts with Downvotes
4
Downvoting Members
1
0 Endorsements
Ranked #31.8K
Ranked #4K
~30.6K People Reached
Favorite Forums
Favorite Tags

10 Posted Topics

Member Avatar for dharam_05

An empty string is treated as a null value in Oracle. Let's demonstrate. We've created a table called suppliers with the following table definition: create table suppliers ( supplier_id number, supplier_name varchar2(100) ); Next, we'll insert two records into this table. insert into suppliers (supplier_id, supplier_name ) values ( 10565, …

Member Avatar for jacks009
0
13K
Member Avatar for Narue

I am not able to flush stdin here,is there a way to flush stdin?If not then how to make getchar() to take a character as input from user, instead of a "\n" left by scanf in the input buffer?? #include "stdio.h" #include "stdlib.h" int main(int argc,char*argv[]) { FILE *fp; char …

Member Avatar for Smn
18
13K
Member Avatar for nadiam

Setting up and Configuring your Microsoft SQL Server 2008 Local Database Download SQL Server Download SQL Server Express. Express is the Free edition of MS SQL Server http://www.microsoft.com/en-us/download/details.aspx?id=1695 Install your SQL Server Instance Click the Start button -> Click Microsoft SQL Server 2008 -> Click Configuration Tools -> Select SQL …

Member Avatar for janissantony
0
861
Member Avatar for MasterHacker110

First of all grids do not work like excell, look in the properties for row and col or currentrow and currentcel. set these to the row and col you want to point to eg. (1,1) is DBGrid.Row = 1 DBGrid.Col = 1 DBGrid.cell = "xxxx" then point to the rest …

Member Avatar for MasterHacker110
0
183
Member Avatar for COKEDUDE
Member Avatar for COKEDUDE

If no process is reading from the client_output fifo, then the background pipeline is not starting. Since the process that reads client_output does not start until a line is read from client_output_for_request_forming, your processes are blocked.

Member Avatar for COKEDUDE
0
594
Member Avatar for Nurul_2

UPDATE Table1, Table2 SET Table1.LastName = 'DR. XXXXXX' ,Table2.WAprrs = 'start,stop' FROM Table1 T1, Table2 T2 WHERE T1.id = T2.id and T1.id = '010008'

Member Avatar for kamini_1
0
181
Member Avatar for MasterHacker110

Here is a screenshot of Windows modern UI applications running within a window, rather than full screen. As you might have heard, at the BUILD conference last week, Microsoft unveiled that one of the elements of future versions (or updates) of Windows will be the ability to run Modern applications …

Member Avatar for Glenn9999
0
656
Member Avatar for moaz.amin.37

I'm trying to differentiate between listeners and adapters. Are they pretty much the same but in listeners you have to implement all the methods in the interface, but with adapters you have an option to only implement the methods you need so the code is cleaners and easier to read? …

Member Avatar for moaz.amin.37
0
527
Member Avatar for happygeek

A newly patched SQL injection flaw in Drupal leaves sites that rely on the widely used web development platform wide open to attack. Admins of sites that run Drupal 7 should upgrade to 7.32 to guard against possible attack. Patching needs to take place sooner rather than later because the …

2
352

The End.