Hi,
I'm a newbie trying to get a hang of PHP and web services - i am receiving a response like so:
<soapenv:Envelope>
<soapenv:Header/>
?
<soapenv:Body>
?
<ns:getProductResponse>
?
<return>
<product id="10663806"><mfg-pn>E96BP-2</mfg-pn><catalog-key v="spr"/><cat id="4962"/><mfg...
What is the best practice for updating the production database e of the website - I mean for instance if the website database needs to be truncated completely and fresh records inserted regularly - how is this achieved without affecting the uptime
Bert
Is there anyway to optimize this function:
CREATE function strip(@para varchar(110))
returns varchar(110)
as
begin
declare @i varchar(110)
if charindex('/',@para) > 0
set @i = left(@para,charindex('/',@para)-1)
else...
Yes - i do understand that - but my confusion is - how many instances do i add to get all node information in a field for a current record - e.g. the current record shows a product called computer the field describing it should be
business:IT:Systems:Desktop | Computer
the first field would...
Hi People,
I have a table containing category and another one containing products - each product is has a reference to a category - each category has a field defining a parent id - now this is what i want to do
I would like to have each of the products listed with a field displaying the...
it's an import utility built in-house - it's a java based application and works just fine on Linux - It works just fine with Sql Server and mysql on Linux - Seems like something with the Windows / Mysql combination
Bert
HI,
I am runnin a utility to parse and import XLM files into a Mysql database on Windows however, the problem i am facing is that in some of the tables i have notice that on certain fields there is a training carriage return character. The same utility run on Linux + Mysql doesn't have that...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.