The printer you want to print on should be, at first, shared over the network. Once shared, you must add it on your printer list (control panel-> printers and faxes (in XP)). Then when printing, choose that printer.
Try the SQL Script UPDATE:
UPDATE table_name
SET column1=value, column2=value2,...
WHERE some_column=some_value
In your case,
UPDATE table_name
SET C1=12345
Please help.
I am trying to connect to two databases (with several tables connected to each other) in Powerbuilder 9.0 using MS SQL SERVER 2008. In SQL Painter (Design Mode) in PB, only one active connection is seen.
How can I do the design of the tables when I need to use two database...
Please help me the the syntax:
ls_filter = "caller_id not like '" + "NAC" + "%'" + " and caller_id not like '" + "CI" + "%'"
because I keep on getting the "expecting true/false expression"
thanks!
Hi Matt,
A follow-up question re this...
In the format you gave,
"ls_filter = "city = '" + ls_city + "'"
is it possible to get the first three characters of the ls_city and that all records matching that will be filtered out?
Thanks!
Can someone please give me a format of a filter string that will have access to multiple database and tables?
I am to access 2 database and several tables to come up with a single report. I need to filter out some columns as the program needs to be able to allow the user to select if he wishes...
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.