473,544 Members | 2,231 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.
 
2
92,151
overcomer
thread by: overcomer | last post Nov 19 '08 by: overcomer
Hi.... Please advise on how to create dynamic left padding for string... thanks to you.. Also, if anyone could add any idea of cascading combo box as it's not possible to setup rowsource in vba. syntax for access 2003 can be ... thanks so much
7
92,034
thread by: Warrax | last post Jun 18 '19 by: zmbd
I am currently doing online tutorials for C++, and am pretty much stuck in a rut about this problem. It is saying that there's an expected unqualifed-id before '{' token (I will post the code in just a second) on line 11, and an expected ',' or ';' before '{' token also on line 11, however I don't have a clue what the first one means. The program...
5
91,998
thread by: ShadowLocke | last post May 20 '15 by: nick1908
This class makes use of System.Collections.Hashtable to enumerate all the settings in an INI file for easy access. Its very simplistic, and completely re-useable. Solid addition for any app that requires a settings file. using System; using System.IO; using System.Collections; public class IniParser { private Hashtable keyPairs =...
5
91,917
thread by: Jon | last post Jul 23 '05 by: Dr John Stockton
Hello all, Would anyone please be able to help? I would like to remove all characters after and including the @ from a string, for example the string joe.Bloggs@someplace.com would become Joe Bloggs. Thanks You all,
5
91,701
thread by: papayaya | last post Sep 26 '07 by: shrimant
Our programmer has left the company and the tables and views were created with his credential as owner. How do I change the ownership of all the tables and views using the stored procedure - sp_changedbowner? Instead of typing the individual table and view name to change the db owner, is there a way to change the owner at once?
14
91,649
thread by: Doug Tolton | last post Jul 18 '05 by: Tom Plunket
I've been using Python for quite some time now, and I'm a bit stumped. Does it really not have a multi-line comment? I think I must just be missing something simple and stupid. Thanks in advance. Doug Tolton
6
91,612
thread by: C L Humphreys | last post Nov 12 '05 by: hal boyles
Hi, I'm trying to concatenate address fields and insert a LF&CR after each line. The SQL I use is based on select address1 & chr(10) & chr(13)& address2 & chr(10) & chr(13)& address3 & chr(10) & chr(13)& address4 & chr(10) & chr(13)&
4
91,566
thread by: 123lakshmi | last post May 11 '07 by: Banfa
hi, can u pls tell me abt structure padding and the memory pools.how to find out memory leaks.
3
91,546
thread by: RP | last post Nov 12 '07 by: Chris Shepherd
I store current year in string format. I want to get the last two values of the year. For example: if year is 2007, I want 07. Which string function to use ?
10
91,445
thread by: agun | last post Nov 2 '10 by: Sticks
Hello, question 1: how do i get textarea value to javascript variable if the textarea contains linefeed? it only works if the textarea contains no linefeed. var jtext = document.getElementById('idTextArea').value; question 2:
14
91,323
thread by: Mike | last post Oct 18 '07 by: Mike
I have a gridview that has a button in the last cell of each row. I want to get the text from cell 1 for that row the button was clicked on. So if my gridview looks like this: N-12 BMW N-35 Mercedes if my user clicks row 2, I want to see Mercedes, How can I do that? I have a buttonClick event for my select...
3
91,300
thread by: sameergn | last post Feb 20 '06 by: Richard Cornford
Hi, Can anyone confirm is AJAX request can be sent over HTTPS if the containing page is loaded via HTTPS? or is it true that all AJAX interaction take place via HTTP? (Since the name of the class is XMLHttpRequest and not XMLHttpsRequest) Thanks, Sameer
3
91,201
thread by: John Grandy | last post Jan 5 '07 by: Chris Mullins [MVP]
What is the most performant way to copy an array's elements into a List ?
2
91,020
thread by: Janna Deegan | last post Nov 17 '05 by: Wierdy1024
Hello all, First off, if there is a better place to post for an answer to this question, please feel free to point me there. I have some very strange behavior happening with my System.web.mail objects. I was able to run my application fine for roughly 1500 email messages. The next time I tried sending mail, it stopped working with the...
2
90,353
thread by: Grace Gu | last post Jul 20 '05 by: John Bell
Hello: I'm new in the SQL server world. But I need to copy one SQL database on machineA to machineB. By looking at the tool bar, I think export will do the job for me, is anybody can provide the detail info? DO I need to create an empty database on MachineB first, any documentation repository I can read and learn? Thank you so much!...
7
90,228
thread by: Paminu | last post Feb 7 '06 by: FlyingBird
On a gentoo linux system i don't get any warnings when I comlpile this code: #include <stdio.h> typedef struct test { void *content; struct test_ *bob; } test_;
9
90,071
thread by: FalkoG | last post Nov 14 '05 by: addy.amu
Hello colleague I want to convert a floating number for example 5236.9856982 to a hexadecimal number. I'd tried several things but my problem is to convert the position after decimal point. I searched numberless websites but nothing could answer my question. I would be pleased to get some help. Regards
2
90,062
thread by: Irene | last post Nov 15 '05 by: Fergus Cooney
Looks like a simple question, but I could not find an example. Thanks
5
90,016
thread by: Tom | last post Nov 15 '05 by: Jon Skeet
I know how to construct a foreach. I need to know if a condition is met, how do I exit the foreach early so as avaoid the roundtrips for the loop. Thanks Tom
7
89,967
thread by: akmaRudiliyn | last post Aug 30 '09 by: baghul
Hai everybody :). I have problem and need help. ERROR: ERROR Violation of PRIMARY KEY constraint 'PK_Table1_01'. Cannot insert duplicate key in object 'dbo.table1'. ERROR The statement has been terminated. MY QUESTION:
4
89,936
thread by: george lewycky | last post Jul 19 '05 by: Chris
Hello, I'm trying to find out HOW or WHERE to retrieve the actual PL/SQL code of the PACKAGE BODY. Currently the only means I know of is TOAD's SCHEMA BROWSER. Any ideas or suggestions would be really appreciated Thanks
9
89,884
thread by: Thomas Mlynarczyk | last post Jul 16 '05 by: André Nęss
Which is the simplest way to remove all whitespace from a string? Is there a simpler method than a regex replace? Or how can I tell a regex pattern to ignore all whitespace in my subject string? There is a global modifier to ignore all spaces in the pattern, but I couldn't find one for ignoring spaces in the subject string. Do I really have...
10
89,884
thread by: philleep | last post Nov 13 '13 by: stanparker
Hi there, I have some PHP issues. Basically i've installed WAMP so that i can have a webserver/local host. I have a local host but at the moment the php isnt doing anything. Anywhere i use php code it is ignored. even the most simplest code doesnt work. so i guess i need to set up wamp, could someone advise how i do this and the settings i...
5
89,848
thread by: Bob Hansen | last post Jul 19 '05 by: Mark Schupp
I am using the following code in my default.asp page to redirect the page from HTTP to HTTPS <% if Request.ServerVariables("HTTPS") = "off" Then Response.Redirect("https://" & Request.ServerVariables("HTTP_HOST") & Request.ServerVariables("URL"))
0
89,546
thread by: phani kumar NSR | last post Jan 5 '11 by: phani kumar NSR
i have a query which is in oracle pls convert and give me in postgresql format. SELECT MST.TW_TRAN_NO ,NVL(DEPT_RCPT_NO,'--'),CONSUMER_NO,NVL(CONSUMER_NAME,'---'), UPPER( DECODE (PAY_MODE,'C','Cash','D','DD','CD','CASH/DD','Q','Chq','R','Card')), TOT_AMT,DEPT_SHORT_DESC,TRAN_STATUS,NVL(USER_CHARGES,0),shift_code, ...

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.