473,544 Members | 2,084 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Latest Bytes Forum

Support forums for various IT topics. Programming languages, databases, systems, applications and more. Subscribe to a community, participate, ask, share your expertise and network.
 
5
124,284
thread by: sachin30 | last post May 3 '10 by: Jonptech
How do i convert const char * to LPCWSTR?
12
123,730
thread by: zzapper | last post Aug 13 '07 by: Rik
Hi, Have tried to google this without 100% satisfaction. A function reads a mysql record into an array and returns it, if it doesnt exist it returns '' or FALSE. What ways do I have to test that my returned array is not empty -- zzapper
9
123,660
thread by: blue875 | last post Mar 30 '06 by: CDMAPoster
I've seen this asked several times, but never a straight answer. I have a query returning a set of sorted rows. Let's say I get back: Alice Bob Charlie I want to add a number ranking, so it becomes: 1 | Alice
1
123,161
thread by: Konstantinos Pachopoulos | last post Sep 15 '07 by: John Machin
Hi, is there something corresponding to the java String.trim() method, ie trim start and trailing space/tab chars from string? say convert " asdf " to "asdf"? Thnx
1
122,991
thread by: vardhangiri | last post Jun 28 '10 by: rski
HI, Im new to postgresql i have written two procedures.procedure1 takes input from the user array of table objects and loops over them and for each row it calls the second procedure2 where the acutal filling of tables happen. My problem here is if the user passes 10 record and if record 5 fails then all the other records should be posted to...
22
122,924
thread by: kookai | last post Aug 1 '07 by: JosAH
hi I need help with this problem. I have tried writting the program, i just can not get it to run properly. Please Write The Fibonacci series 0, 1, 1, 2, 3, 5, 8, 13, 21, ... begins with the terms 0 and 1 and has the property that each succeeding term is the sum of the two preceding terms. (a) Write a nonrecursive function fibonacci( n...
2
122,556
thread by: Vivek Sharma | last post Nov 17 '05 by: Ignacio Machin \( .NET/ C# MVP \)
How can I close a form in C#? Here is the code that I am using but closes everything? private void frmSplash_Click(object sender, EventArgs e) { this.Close(); Form frmLogin = new frmLogin();
24
122,188
thread by: thatguy | last post Feb 22 '12 by: PoojaAgrawal
i know its a simple question, but how would i align a <table> tag to the center of the page, using css? thanks
15
122,090
thread by: Gérard Talbot | last post Aug 18 '05 by: Dave Anderson
Hello all, I'd like to know and understand the difference between, say, <img src="/ImageFilename.png" width="123" height="456" alt=""> and <img src="/ImageFilename.png" style="width: 123px; height: 456px;" alt="">
3
122,045
thread by: Gospill | last post Nov 14 '05 by: Chris Croughton
Hi Guru, If I have string like "0D76" for example, it is actually a 0x0D76 in hex format. How can I convert the hex string 0D76 into decimal value ? So that I will get decimal value 3446 Thanks.
1
121,877
Niheel
thread by: Niheel | last post Oct 23 '10 by: MMcCarthy
Our firm is growing and we're quickly in need of better client management tools. What are some recommended software solutions to help manage meetings, billings, deliverables and such.
6
121,864
thread by: sadegh | last post Apr 17 '07 by: Masterchief
Hi I have a problem with my program in VC++6 When I compile it, the following errors are listed. I spend a lot of time on the groups.google.com to find its reason, but none of comments could not help me. Does any body know what is the problem?. Thanks. OtherFunctions.obj : error LNK2001: unresolved external symbol "int
7
121,657
thread by: Jacques St-Pierre | last post Mar 9 '06 by: Richard Klein
Hello, I need a simple way to send very simple email via a VB6 code. Anyone know how to do that? Any code avaliable? Without using Outlook if possible, I only have Outlook Express avaliable. Bye Jacques
2
121,646
thread by: vitaminz | last post Aug 6 '08 by: vitaminz
Hi, I'm currently coding a Java program for a University coursework, and I'm a little bit stuck. How do I find out if a string is NOT equal to a certain value? I know to test if it is equal, you use .equals, but I have no idea how to test if it's not equal to. Thanks
17
121,603
thread by: kartheek | last post Apr 21 '09 by: dubbmac
hi friends, can any one out here help me by giving me the code to connect to an MSACCESS database using javascript.
6
121,561
thread by: ReidarT | last post Nov 16 '05 by: Eric
How do I checkif a string is empty in C# like isNull(string) in VB? regards reidarT
1
121,513
thread by: jiing | last post Jul 23 '05 by: Jonathan
Now let me describe what I have done and my purpose: Originally, I want to user ports to install phpBB But I found that phpBB doesn't support mysql 5.x (but the ports installed mySQL 5.0.0 alpha) so I deinstall mysql5-server and mysql5-client And then I install mysql41-server and mysql41-client on FreeBSD 5.3 by ports but now , mysql is...
18
120,994
Chittaranjan
thread by: Chittaranjan | last post Jul 13 '07 by: bartonc
Hi All, I am using WindowsXP operating system. I was able to hide the files and to see them : I was going to the "Tool" menu then "Folder Option" and then "View" tab and "show the hidden files and folders" check box ... But from some days I am not able to get that "Folder Option" in the menu from the "Tool" menu. So I am not able to...
1
120,965
thread by: Slapo | last post Apr 11 '09 by: Slapo
Hello everyone, I could use some help with this function I've created (see below) that runs flawlessly on PostgreSQL 8.3.6 on my development machine but ends with an error on the production server that has PostgreSQL 7.4.8 installed (see below). My function: CREATE OR REPLACE FUNCTION generate_menu(varchar(255), char(2), varchar(255), int,...
3
120,687
thread by: kartikss | last post Oct 23 '21 by: NeoPa
HI!! If I have 2 forms ie form 1 , form 2 In Form 1 I have a command button to open form 2. how will i hide form 1 and show form 2, until i click on close button it open form 1 and form 2 should hide. in ms access how do i work on it on ms access?
25
120,572
thread by: shadyabhi | last post Jul 23 '14 by: donbock
I heard that all global variables are static.. If its so then what is the difference between the 2 declarations: #include<stdio.h> int a; static int b; main()
12
120,517
dmjpro
thread by: dmjpro | last post Mar 27 '13 by: r035198x
When the browser encounters <input type = file> Then a text box followed by a button appears on the browser window. What i want to do: Change the separate styles of the two elements as in DOM it is treated as a single one. Can i do this using style sheet?
5
120,472
thread by: John | last post Nov 17 '05 by: Craig Deelsnyder [MVP]
Hi all, Is it possible to create a Javascript messagebox that shows the buttons Yes and No instead of normal confirm? Regards John.
2
120,335
thread by: Hari Prasad | last post Jul 17 '05 by: Frank Gerlach
Hi, I am trying to convert a byte array to a string. I am using the possible ways but not getting the result. DatagramPacket dgram = new DatagramPacket(buf, buf.length); ByteArrayInputStream byteIn = new ByteArrayInputStream (dgram.getData (), 0, dgram.getLength ()); ObjectInputStream oin = new ObjectInputStream(byteIn);
16
120,210
thread by: abhishekitb | last post Mar 29 '14 by: NeoPa
Hi., i dont know how to get windows username using javascript.. can someone help me please.. thank you in advance,

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.