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 Rating: 6.0 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 Rating: 6.0 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...
Zones:
BEA We...Date Answered: 04/18/2003 Rating: 7.0 Views: 0
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 Rating: 9.0 Views: 17
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 Rating: 7.0 Views: 0
I've been looking for something that i can change, my goal is to take true type fonts and then explode them to line segements. Does anybody know of a site that has some code on it??
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20462053.htm...
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...
Zones:
BEA We...Date Answered: 05/18/2004 Rating: 7.6 Views: 0
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 Rating: 7.6 Views: 89