Click here to Skip to main content
15,899,679 members

Comments by RamiroX (Top 6 by date)

RamiroX 23-Mar-20 8:29am View    
Do you look for the UNION statement ?
RamiroX 23-Mar-20 7:01am View    
What about the use of DATEDIFF function like DATEDIFF(hour, LoadingDateTime, GETDATE()) = 2 ?
RamiroX 10-Mar-20 8:22am View    
Your "value" is an int not an int array. If you want to have an array from your list "values" use values.ToArray().
RamiroX 9-Mar-20 4:33am View    
Do you set the property "AllowDrop" of the cdontrol to true ?
Please visit https://stackoverflow.com/questions/9464001/drag-and-drop-file-into-textbox/21978057
RamiroX 6-Mar-20 1:44am View    
What kind of datatype is column "Kitap" ?
If you want to read one record you can use the tip from "ZurdoDev" or use "if" instead "while" in your code, so you can read the first record of resultset.