If you have a select sql statement that returns the following rows
INVCode DESC Qty Price
123 K6-300 2 50.00
124 CD40 3 20.00
How can I transform this with a S...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10253825.html
Zones:
MS AccessDate Answered: 01/07/2000 Grade: C Views: 0
I need to do a very simple explode
for example explode($splitter, $a); //$a = "1:2:3:4"; $splitter = ':';
Simple so far. How do I deal with the situation where
$splitter is a utf-8 characte...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_20383669.htm...
Zones:
PHPDate Answered: 11/29/2003 Grade: B Views: 0
Hello, I'm using WL6.1sp3 and I have an application declared in config.xml as follows:
<Application Deployed="true" Name="xxx" Path="./config/prov/applications/myAppli">
<EJBComponent Deploym...
http://www.experts-exchange.com/Software/Server_Software/Application_Servers/Java/BEA_WebL...
I need do the same thing that explode() does in php but with c++. I found this function in a similar question:
char **split_text(char *string,char *token, int *count)
{
char **retval = ...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_21674619.html
Zones:
C++Date Answered: 01/05/2006 Grade: A Views: 91
this is for display in a calender. Basically I have the following code in add event which draws from the users table the initials field and gives a tick box to say who is attending the meeting.
...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/PHP_Databases/...
What is the Visual Basic .NET equivalent of PHP's split() or explode() function?
More info: split() and explode() take a string and split it into array components based on another string.
Giv...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_22470674.htm...
Hi guys!
Another one sorry. If someone could share some light on what this is doing, would appreciate it.
if ($argv["type"] == "Item")
Not sure what the top means. Does it mean if a user ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_22831518.htm...
Zones:
PHPDate Answered: 09/16/2007 Grade: A Views: 0
Hi
I have a strange problem. I have a simple class with one one method. I compile that class and package in jar file. I put this jar file in my war_root/web-inf/lib i also edit my manifest file ...
http://www.experts-exchange.com/Software/Server_Software/Application_Servers/Java/BEA_WebL...
I get this request often when running reports.
Let's say I am to create a report that lists servers and their IP addresses.
If there is more than one IP Address for a given server, I need them to...
http://www.experts-exchange.com/Database/Oracle/Q_20865164.html
Zones:
OracleDate Answered: 02/01/2004 Grade: A Views: 85
Hello,
I want to do the following thing
1. User fills in data
2. if client-side validation oké go to 3
3. do server-side validation (no double email entries, username entries, etc)
4. ...
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/JSP/Q_20964740.html
Zones:
JSPDate Answered: 04/25/2004 Grade: A Views: 0