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 Chriss Miller 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: Michael42
  • Content: Threads
  • Order by date
  1. Michael42

    Which Version?

    Hello, I've been trying to decide which version of .Net ramp up on there are so many and just going with the latest might not always be the wisest choice. The contenders seem to be 2008, 2010,2013 and 2015? Some preferred criteria: Easiest to support. Have a responsive unbloated IDE. Have a...
  2. Michael42

    Post Visual Studio\.Net

    Hello, What is the next big Microsoft thing after Visual Studio\.Net? If there is nothing on the radar to replace Visual Studio\.Net what version of Visual Studio should one invest in that can create applications for Windows 7 to Windows 10? Thanks, Michael
  3. Michael42

    OCI Driver for VB6

    Hello, I'd like to connect to modern Oracle databases (11g\12c) using VB6 without ODBC. Is there an OCI driver or the like available for VB6? EDIT: OLEDB would be OK for me...as long as I dont need to use ODBC. If this can work, does anyone have a snippet of connection to Oracle 12c using...
  4. Michael42

    64-Bit VFP

    Hello, Is there a 64-bit version of Visual Foxpro available? If not, is there an OCI driver for Foxpro to connect to modern Oracle databases? Thanks, Michael42
  5. Michael42

    Best Python GUI for Windows Apps

    Hello, While Python for Windows comes with Tkinter there is one control type it cannot do out-of-the-box...a Grid type control (like a VB grid control that is - AKA "Table View" to some). Maybe it can and I dont know how? Otherwise Tkinter meets most my needs. My Python GUI needs are modest...
  6. Michael42

    VBScript, HTAs, ODBC and 64-Bit Windows

    Hello, 1. Is VBScript on Windows 2008 RS 64-bit run as 64-bit applications? 2. What ODBC Data source Admin version should I use for a VBScript (the 32 or 64 bit)? I have drivers installed for both for Oracle. Thus far all my VB6 apps (using the 32bit ODBC) are working fine but not some new...
  7. Michael42

    Connect to ODBC Links Using Code

    Hello, In Access 2013 can anyone point me to an example of creating\deleting\refreshing ODBC Links using code? Thanks, Michael42
  8. Michael42

    Access Runtime App

    Hello, I need to create a MS Access based workgroup solution\app. I have not created an Access run-time type app since the ADT. I need to run this application on about a half dozen Windows 7 based systems. 1. What is the latest version of MS Access? 2. What is required for those systems to...
  9. Michael42

    64-bit\Updated VB6 Project

    indiegogo.com project to fund an updated version of VB6. For those of you following this it may be the last shot at ever getting VB6 updated. Thanks, Michael42
  10. Michael42

    Open Source VFP Alternative?

    Hello, Is there an Open Source alternative to VFP since MS no longer support it? If not what have you been migrating your code to? Thanks, Michael
  11. Michael42

    String Manipulation - Comma Delimited Items

    Hello, Using Java 1.4 I need to perform two tasks on a string variable where part of the items are delimited by commas: String sUsersA = "groupa=user1,user2,user3"; 1. Determine if a string (say user2) is in sUsersA (true/false). 2. Remove an item from string (say user2) from sUsersA preserving...
  12. Michael42

    PL/SQL 101 Question: Value to Variable

    Hello, in PL/SQL how can I perform a count on a table (SELECT count(*) FROM table1;) and place the value in a PL/SQL variable? Thanks, Michael42
  13. Michael42

    Newbie Bean Questions

    Hello, I am learning Sun ONE Web Server Enterprise Edition 6.1 and JSP. I have a some java code (a class) I would like to use in my JSP page. 1. Where to I put my .java file? For example: myclass.java 2. How do I call (istantiate) my class? From scouring the docs it looks like...
  14. Michael42

    Determine Physical Row Number

    Hello, I know you can user rownum to determine the row number returned of a row in a SQL call. How can you determine the actual physical row number of a record\row in a table? Thanks, Michael42
  15. Michael42

    Check Constraints

    Hello, If a column has a check constraint of TYPEX IN ('Y', 'N'), then only Y and N values are allowed and other receive a constraint violation error message. However, I have a table where the specified the constraints to be: TYPEX IN (NULL, 'Y', 'N'). What the NULL value appears to act...
  16. Michael42

    Java GUI IDE

    Hello, Yep, I love my vi like most UNIX heads but was wondering if there was if any of you could recommend an IDE tool that will generate SWING code? Continuing on this theme, are there any IDEs like the one used in Visual Basic but for Java? Thanks, Michael42
  17. Michael42

    Flash Database Access

    Hello, I am considering various programming languages for creating a web based application that accesses Oracle 10g data. I know virtually nothing about Flash but am versed in HTML, ASP, JSP and PHP. Are there any native components in Flash that can access a database without relying on...
  18. Michael42

    Native Compilation Pros and Cons

    Hello, Are there any reasons you could share as to why one would not use native compilation of PL/SQL code in Oracle 10g? I would like to know the good and bad, i.e. the "entire package deal" on this topic. Thanks, Michael42
  19. Michael42

    Determing Amount of RAM Being Used by oracle

    Hello, On an E25k Sun System running Solaris 10 I am having a hard time interpreting prstat concerning the amount of RAM being used by a service. If I run prstat -atv it shows oracle as taking up 98% of the system memory. NPROC USERNAME SIZE RSS MEMORY TIME CPU...
  20. Michael42

    Constraint and Check Names

    Hello, In a CREATE TABLE script when I indicate NOT NULL for a column a system generated name (SYS_C004567 etc.) is created for the corresponding constraint\check. How can I indicate the name of the constraint\check rather than taking the system generated name (can you offer an example)...

Part and Inventory Search

Back
Top