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 TouchToneTommy 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: bironman
  • Content: Threads
  • Order by date
  1. bironman

    UltraDev as a corporate development tool?

    Have someone used UltraDev as a corporate development tool? We, at my company, are evaluating to migrate our business applications (client/server) to web accessed applications with UD4 + JSP + Informix. Any experience, any opinion? Thanks in advance.
  2. bironman

    Does anyone use the Data Environment Designer?

    Does anyone use the Data Environment Designer?<br> Or everybody constructs the ADO connections and recordsets by hand?<br>
  3. bironman

    How to debug a VB/MTS application

    How I should debug a VB/MTS application?<br> I must to build dlls every time I want to debug?<br> <br> TIA
  4. bironman

    about MSDN Duwamish Books Sample...

    I have been checking this sample application (http://msdn.microsoft.com/voices/sampleapp.asp).<br> I'm trying to use it in my first multi-tier application.<br> I plan to use three layers (user interface, business logics and data access) implemented in Duwamish 3 and 3.5 versions.<br> <br> If...
  5. bironman

    DLL and sourcesafe...

    I have developed an Activex DLL to use it in a vbp project. <br> I have referenced the DLL from my vbp project. <br> We use SourceSafe.<br> <br> Must I include the DLL as a related field in the vbp project to the other programmers can access it?<br> Or must I copy mannually the DLL in each...
  6. bironman

    parent-child in a datagrid

    I need to edit a parent-child relation in a datagrid. I populated the datagrid with a SQL command like this:<br> <br> SELECT bills.bill_no, bills.value, <br> bills.client_no, clients.client_name<br> FROM bills, clients<br> WHERE bills.client_no = clients.client_no<br> <br> I want the...
  7. bironman

    Have anyone here used CORBA?

    Have anyone here used CORBA?<br> (I suppose that, since there is this forum)<br> What type of applications have been developed using this?<br> What have been your results and limitations?<br> Would you recommend it?<br> How it compares with COM?
  8. bironman

    Visual class from a form?

    I have a form with methods and propperties that I want to use in the rest of the forms of my application. Can I create a *visual class* from this form?<br> <br> I'm new in VB6. With VFP (and other OOP languages) this task can be done quickly and efficiently.<br> <br> Using Dim frmOne As New...
  9. bironman

    Differences between OLAP and Data warehousing concepts?

    Newbie question:<br> <br> What's the differences between OLAP and Data warehousing concepts? Could exist Data warehousing without OLAP?<br> <br> By the way, why each concept have a different forum?<br> <br> TIA

Part and Inventory Search

Back
Top