dear friends,
3 months ago i had a database that my software was working on... due to additional db upgrades, i needed to add fields to some tables..
today, i find myself in a stage where my program is almost complete, and i need to replace the old exe with the new one.
the problem is that i...
hello i have a problem in a procedure...
am trying to recalculate all invoices in the database
invoices have header and details
here's the code that i am using
create procedure "dba".RecalculateAllInvoices()
begin
declare err_notfound exception for sqlstate value '02000';
declare tn...
dear experts,
i currently have a point of sale system (vb6) with a sybase database (sybase sql anywhere v5.5.04 build #1890)
everything was working perfectly until i started having a recent problem recently...
sometimes, the server just shuts down (and disappears).
what could be the reason...
hello.
i have a page (index.html) that has an iframe (normally i will make it either very small or hidden)
the frame points to a url(page1.html)
here's the source of page1.html
<html>
<head>
<title>page1</title>
</head>
<body>
<div name="content" id="content">contents in here</div>
</body>...
hello: i am creating a stored procedure that will select fields from 2 tables, and then order the resulting set according to the fields index. i.e. 17th field in the record (discountedcost)
the weird thing is:
if i use the select sql directly from vb6.
dim rs as new adodb.recordset
rs.open...
hi there,
i am creating a small ad rotator,that will rotate a list of ads that i have in an xml file!
avery advertisement has the following properties:
filename, filetype, duration, url
ex:
filename: ad01.gif
filetype: image
duration: 15 seconds
url: www.url.com
filename: ad01.jpg
filetype...
hi everyone,
i am creating a sort of virtual desktop, and i already have blocked all access to everything... i also simulated the task bar...
the user has only access to some icons (internet explorer, irc, ..., some games, office applications,...)
i have blocked all windows shortcuts...
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.