Hi,
I have been trying to get the sort to work. I have defined the column definitions by filling the structure tablecontroview and passing it to tableView.
and I have filled the sort = 'X' for one of the fields
and I have filled the sort in the tableView = "SERVER".
I get the up/down arrow in the column header but it doesn't get sorted.. should I sort it in the internal table before passing it to the tableView...
Send inserts to mysql thru port 80
Hi!I have an application that must do some inserts in a mysql db. This db is behind a firewall, and only port 80 is available.My first thougt is to use xml or csv, and in some way parse that using
Shuffle Array
Hi,I am writing a script for a game that needs players to randomly be assigned a target (another player) in a loop so that each player is matched with someone other than who has them. See below:Andy
Problem Dereferencing
With these types and tables:
Save cookie to DB
I'm working on a pixel tracking script for an incentive website and I need to use an ASP script to save the cookie from the user to a MySQL DB via a 1 pixel image, such as follows.<img
MySQL noob question
hi guysI have a simple mysql table set up, along the lines of Col 1 - Col 2 - Date_last_updated--------------------------------Som - Some - 06/11/2009 23:23:23Bob - Bob - 06/11/2009 23:30:30and so
Pass sql into pl/sql and create RMAN duplicate script.
Hi,
Price in PR
Dear Experts,
Problem with shopcart code
Hello, I am having a bit of trouble being able to add a product to my shopcart. My mysql database is setup correctly with the tables (User, ShopCart, ShopCartLine, Product, Order, OrderLine,
array_count_values question?
ok i'm trying to create a top ten list from a database of listed favorite movies.the following code yields me the correct order and number of votes for each movie$compare = array_count_values
Get relative path from absolute path
How would one go about getting the relative path to a file from its absolute path?