Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: 2Fuzzy4U
  • Content: Threads
  • Order by date
  1. 2Fuzzy4U

    Perfomance problems after restoring database as new database

    Hi, Hope someone can help. I'm not even sure if this is the right topic. But at the moment, all tips, hint and pointers are welcome. We wanted to seperate one project from an existing database. My collegue restored a backup of that database as a new database via sql server management Studio...
  2. 2Fuzzy4U

    passing selected value of CFSELECT in an URL

    I feel foolish, but I can't seem to figure it out. I'm a relative newbee at CF, and have mostly been fixing problems in existing code. Now I'm building a new page and I'm stuck. I've got a filled CFSELECT on my form and want the selected value to be passed back as an argument in my url. This...
  3. 2Fuzzy4U

    VS Add-In: Reset the propertygrid: how?

    Hi there, Visual studio 2005 - C# I'm building an VS add in which uses Visual Studio's propertygrid window to display stuff for my class-instances. object[] a = new object[1]; a[0] = aObject; ParentToolwindow.SetSelectionContainer (ref a); That works like a charme... but... I can't seem...
  4. 2Fuzzy4U

    Create Update statement with a timestamp in the where clause

    Hi there, I've got an object/class that hold some attibutes which are inititaly filled with data using a select statement. (Odbc connection) This includes a database timestamp (stored as Byte[]). Each database row get's its own object/class instantiation. (I'm not planning to use any dataset(s)...
  5. 2Fuzzy4U

    Unicode header FileWrite (..,"~hFF~hFE" end up as 79 A9 for Korean????

    Hi, In my application I'm writing stuff to a file. I start with writting a Unicode header with FileWrite (il_fileHandle, "~hFF~hFE" ) before writting anything else to the file. Now we found that if we change the language to for example Hungarian or Korean the characters FF and FE end up in the...
  6. 2Fuzzy4U

    Converting from varchar to nvarchar

    Hum, I'm not realy a database-admin., so to be sure I'm not going to mess up customer databases I wouldn't mind some re-assurance and/or tips. I've done a (very) small test, and all looks ok. We're thinking about converting a number of varchar(250) fields to nvarchar. Should I be expecting...
  7. 2Fuzzy4U

    PB10-OLE DB connection setting that allows "Unicode update"

    Hi, While trying to figure out the impact of trying to get Korean characters used in my application I'm bumping into the following point. I can store Korean directly in the sql server 2000 database, I can retrieve them from the database, and can I see them on screen. But... How can I get my...
  8. 2Fuzzy4U

    PB10 - FileReadEx doesn't do what I expect

    Hi there, Two questions for Powerbuilder10: I try to read lines (FileReadEx) from a file and display them in a datawindow. The file contains some Korean. RFF+ACE:TSTT-281' NAD+SE+1388500146++ì¥?ì-˜ì „ì„ (주)냥아공장:ì-¬êµ¬ìž?:LG004+경기ë?„ ì•„ëƒ ¥ì‹œ ë?™ì•ˆêµ¬:호계ë?™ 452:135-709'...
  9. 2Fuzzy4U

    with OLE DB to SQL Server2000 - No nested cursors??

    Not sure if this the correct spot for it, but I'm trying anyway. I'm going to use OLE DB to connect to an SQL Server. My code contains a OPEN cursor while another cursor is still open. That doesn't seem to work. Can somebody please tell me that there is an option or something I can set to get...
  10. 2Fuzzy4U

    PB9 - display Korean in a datawindow

    Hi, Our application reads in a file each line as a row in a datawindow. The document contains Korean characters. I've been playing around with the font.charset setting bat I can't seem to get the correct characters to be displayed. I've also tried using a rich text control, which gave me some...
  11. 2Fuzzy4U

    DLL versions have prblem with array of structs?

    Hi, After building a application using the machine code option it looks like the application has problems with peaces of code working with arrays of structures. Does anybodu have any experiance with this problem? It doesn't crash if I simple build powerbuilder PBD. But that is currently not an...
  12. 2Fuzzy4U

    Database upgrade script alter followed by update fails

    Hi, to upgrade our database we use an sql file that is executed. So far this has never caused any problems. I'm using stored procedures to check if columns or indexes exist to be able to detemine if a peace of code should be executed. In this case I need to create a column and after that fill...
  13. 2Fuzzy4U

    PB9 toolbar- Don't want XP Bitmaps to be shown as 3D

    Hi, I've been copy/pasting to get XP versions of a number of bitmaps. (for example the save bitmap) Now I've got the bitmaps (.gif) and I want to use on the toolbar. However powerbuilder tries to convert them to 3D and in doing so screws up the look of the bitmap. (If I take a picturecontrol...
  14. 2Fuzzy4U

    sql file to add columns only if needed

    After tackeling my upgrade scripts for Oracle, SQLServer and SQLAnywhere now I starting with DB2. I'm trying to write an upgrade script that adds column and/or data only if the column doesn't exist yet. However I can't seem to find the right documents or info to get a good start. I guess I...
  15. 2Fuzzy4U

    Memory use - smartheap error

    Hi, Using PB 6.5 I'm trying to find out where all the memory goes. A window (containing 2 treeviews and 4 datawindows) looses memory until it crashes with a smartheap error. It doesn't retrieve to much rows and looses memory already with just the call of a function (arguments a handle and 2...

Part and Inventory Search

Back
Top