473,574 Members | 3,157 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.
 
1
178,797
thread by: tmugavero | last post Nov 12 '05 by: Mark A
Hello, This is my first time starting a topic here so I hope this is the right place. I am having problems running SQL queries on a Version 8 DB2 database for Windows Server using the type 4 driver. I get a connection but when I run a query, I get this error: DB2 SQL error: SQLCODE: -204, SQLSTATE: 42704 For example if my query was...
17
176,692
thread by: somialis | last post Nov 22 '19 by: sandeepyadav147
I have a test environment in python. it is executed by the following command on the command prompt. 1) First i have to go to the dir where the .py file is 2) then i simply execute python filename.py and the GUI appears Now i have to create a script which could open the GUI...i.e execute the command "python filename.py" from inside itself.. I...
5
175,397
thread by: Konrad Mühler | last post Aug 23 '05 by: Fredrik Lundh
Hi, a simple question but i found no solution: How can i convert a float value into a string value? string_value1 = string(float_value) + ' abc'
12
173,334
thread by: sprightee | last post Oct 31 '12 by: vivax83
Hi, I've a simple object class as testObj.java with getter and setter methods. In my code i need to check if the testObj object is null. My code is : testObj test = new testObj(); //invoke a method A which returns test as return type if(test==null || test.equals("")) { System.out.println("The test object is null);
11
173,277
thread by: Frank | last post Mar 12 '07 by: mensanator
Hi, does anyone know how one can test if, e.g., a dictionary 'name' has a key called 'name_key'? This would be possible: keys_of_names = names.keys() L = len(keys_of_names)
4
171,336
thread by: msukumarbabu | last post Jan 3 '12 by: shilpa george
Hi all, What will be difference between "typedef enum" and "enum". or difference between “typedef structure" and "structure" I am going through some code. in that some place they are using enum without typedef. In some places they are using typedef before enumeration definition. Kindly provide some reference, for why they are using...
5
169,720
thread by: Jean Pion | last post Jul 29 '05 by: Gérard Talbot
Dear readers, Can anyone explain how to set column width of a table in ccs. I use the following style in an external stylesheet: table.tbl { table-layout:fixed; border-top: 5px solid #333; border-collapse: collapse; background: #fff; width: 95%} table.tbl td { border-bottom: 1px dashed #33ccff; padding: 2px 5px; text-overflow:ellipsis;...
6
167,410
thread by: Jez | last post Jul 20 '05 by: Jez
Hi, I've created a function which opens a popup window containing a calendar. When a day is clicked, the date is entered into a text box on the parent page and the popup is closed. The link I'm using on the parent page is ... <a href="#" onClick="popupcal()">choose date</a>
2
167,345
thread by: Homauoon | last post Nov 13 '05 by: Ignacio Machin
Dear sir I want to get current user name from system (in windows applications) by using WNetGetUser function from Mpr.lib. Please help me. Thanks
11
167,086
thread by: Lem | last post Jul 17 '05 by: Peter Bradley
I get the error Exception in thread "main" java.lang.NoClassDefFoundError when I type java app2 in the command prompt. I've tried moving to the jre directory and typed java c:\app2\app2, but it gives me the same exception. What could be the problem? Thanks in advance, Lem
2
166,341
CroCrew
thread by: CroCrew | last post Nov 27 '13 by: NeoPa
Hello everyone, I would like to thank everyone first that reads this post and takes the time to provide me with your view/answer to my question below. We are starting to apply “Procedures” and “Standards” in our organization that span across each development unit. Currently each unit has their own way of doing business. My question is not...
5
165,929
thread by: ryan.mclean | last post Jul 23 '05 by: ryan.mclean
Hi all, I have a question about inserting records into sql server. I am brand new to sql server, always using oracle previously. Before today, I had always written statement such as this: INSERT INTO TABLE (COL1) VALUES SYSDATE; How is this accomplished in sql? I am using a datetime data type, I hope that is correct . . . Thank you...
1
164,553
thread by: Raghuram Banda | last post Jul 20 '05 by: Lasse Reichstein Nielsen
Hi All, Can any one help me, how to get the selected value from <Select> tag using DOM I tried with document.getElementById("selectTagId").getAttribute("value") it's working fine with IE but not with NN I have checked it on NN 7.1 Thanks in advance
7
164,333
thread by: DannyMc | last post Nov 4 '18 by: Mrityunj2018
Hi , i am in the middle of creating the script to match the string and replace it in mount.txt mickey:/work1 /work1 bla bla bla mickey:/work2 /work2 bla bla bla micket:/job /job bla bla bla
10
162,646
thread by: bonnie.tangyn | last post Aug 5 '06 by: Jim Davis
Dear all In my ASP page, user can enter date in dd/mm/yyyy format. How can I use Javascript to convert dd/mm/yyyy to yyyy-mm-dd hh:mm:ss. Please give me some advices. Cheers Bon
9
162,529
thread by: adam | last post Aug 17 '05 by: --CELKO--
hello Does exist in SQL language "for" loop ? If yes, what syntax does it has ? best wishes Adam
2
162,502
thread by: lucas | last post Jul 17 '05 by: slukacs
hello one and all, i am very new to java and i need to take an ascii character, say "A" or "a" and convert it into its ascii integer code, say 65 or 97 respectively. then i need to also go in the reverse from integer 97 to the character "a". what is the most efficient way to do this in java. lucas
8
161,633
thread by: John Brock | last post Nov 21 '05 by: scorpion53061
I am creating an Excel workbook using VB.NET, and have run into a problem. Excel at times insists on reformatting data that I enter into cells, e.g., converting "01234" to "1234", and this screws me up when I need to read the data back. When I run into this problem using Excel interactively I simply change the cell Number format from...
7
161,295
thread by: rajbala.3399 | last post Nov 22 '06 by: rajbala.3399
Hi , I want to download sql in my linux system........... # rpm -ivh MySQL-server-5.0.24a-0.glibc23.i386.rpm MySQL-cl ient-5.0.24a-0.glibc23.i386.rpm Preparing... ########################################### package MySQL-client-5.0.24a-0.glibc23 is already installed package MySQL-server-5.0.24a-0.glibc23 is already...
10
160,524
thread by: Jane | last post Nov 12 '05 by: Blair Adamache
Does any one know why this statement is failing? db2 => ALTER TABLE ELMT_T ALTER COLUMN CDTY_CD SET DATA TYPE VARCHAR(51) DB21034E The command was processed as an SQL statement because it was not a valid Command Line Processor command. During SQL processing it returned: SQL0901N The SQL statement failed because of a non-severe system...
9
158,316
nirmalsingh
thread by: nirmalsingh | last post Oct 14 '10 by: acoder
i have a combo box with id="combo1", i want to get the selected item or value through javascript. help me plz...
6
158,282
thread by: richardson | last post Jan 4 '08 by: amitpatel66
How to list all the tables created in oracle. how to create views on tables and wat r they for...im very new to oracle...pls help me..
1
158,089
thread by: kallem | last post Apr 21 '12 by: rski
Hi, I just want to create a stored procedure/Function which should address the following features 1. Able to connect to the SQL Server 2005 2. fetch the data from tables 3. inserting into the postgresql database Kindly suggest me the way forward or sample procedure
1
158,028
thread by: Dan Johnson | last post Nov 13 '05 by: Ignacio Machin
I have written a sample game but when I try and exit the program with the Close() and Application.Exit() command, the form closes, but it is still in the program list via the Win 2000 Task Manager. How do you close and exit a program in C#? I do have a timer on the form but it is disabled before it gets to the close commnd.
4
157,984
thread by: Isaac | last post Nov 13 '05 by: Dan Pop
Hi mates I want to know a simple program of return array from function ? Do I need to use pointer to return the address of the first element in an array. Isaac

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.