I had this issue with PB 6.5 and 9.0. My text datatype was defaulted to 4K using MS SQL Server 2000 as the backend database. I've setup the db profile to be 32K and also set the script in the pfc_login event in my application manager as follows:
SQLCA.dbParm = DBTextLimit = '32000'
This...
I had this issue with PB 6.5 and 9.0. My text datatype was defaulted to 4K using MS SQL Server 2000 as the backend database. I've setup the db profile to be 32K and also set the script in the pfc_login even in my application manager as follows:
SQLCA.dbParm = DBTextLimit = '32000'
This...
Hi,
I use pb6.5, 7, 8 and 9 and this works great in all of these versions. In the datawindow event try the following.
You don't need a control in the window, just left click in the associated column heading for ascending order, or right-click in the associated column heading for descending...
Hi all,
I am using GetFileOpenName to get a file name returned back to my datawindow object. I would like to just get the directory path instead of additional selecting a file too.
For example:
My app calls GetFileOpenName and I get a file in g:\userhomedir\excel\example.xls THIS WORKS...
Hi All,
I am wondering if anyone has examples of how you could remap a key to be another keyboard function when pressed. I've looked at the KeyDown PowerScript function (PB 6.5) and could not get it to function how I wanted it. What I'm looking for is to remap the '-' (minus) key on the...
.... needing to import users using CSVDE.EXE. Or is there any other (better) tools available?
We are wanting to import comma delimited formatted users into a Win2000 AD environment. I've read lots of different newsgroups attempting this, but cannot find anything to help.
I'd like to be...
We are wanting to import comma delimited formatted users into a Win2000 AD environment. I've read lots of different newsgroups attempting this, but cannot find anything to help.
I'd like to be able to print out all of the available user object attributes.
First, if there is a document...
You set this within the SQL Server Enterprise Manager. Execute this and right-click on the server, go to the properties and click on the Connections tab. At the top you can set the limit for the maximum concurrent user connections (0 = unlimited). Hope this helps.
Thomas,
I was getting some misc. error messages on the MMC (Microsoft Management Console) while running the Enterprise Manager. I can't explain the error messages, but they cleared up after I applied SP1 to SQL2000. It's available (last week) on Microsoft's home page. Hope this helps!
Mike.
Hello all,
We are implementing a database using MS SQL 2000 w/sp1. We seem to be having a performance issue. The PowerBuilder 6.5 applications we use to interface are painting their windows with multiple objects slooooooow. For example, we have one window with 3 separate datawindow...
Thanks in advance for any input.
I'm attempting to print my Database Diagram to an HP Designjet 750C (C3196A) and keep getting misc. error messages. I do not have any problems printing to this device with any other software. My error messages are related to the Microsoft Management Console...
Hello all!
We are looking at migrating from MSSQL 6.5 to MSSQL 2000.
First Question:
Is anyone else having problems with 'initially' connecting to the server from the enterprise manager? I can connect after initially trying, but have to exit then re-execute enterprise manager to connect and...
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.