Answer Questions
phillyz Need header files odbc.h and oci.h PLEASE!
Hi, I'm trying to acces an Oracle 9i database from C++ via ODBC or OCI, but I cannot find the c++ libraries odbc.h or/and oci.h anywhere on the web. Would you happen to have them by any chance If so, could you send them to me please (to hammerjp@gmail.com) Thanks a lot! Pablo Hi, You may like to post this query on Visual C++ Forums . That's the best place to get quick r ...Show All
lynntankl Best automated test solution for Java environment
Greetings ! What's the best automated test application out there for Java development Anyone use TestComplete from AutomatedQA Thanks ! We don't use any external testing tools for VJ#. We have our own internal testing tools. What is your exact requirement Thanks ...Show All
Kuldeep_s JMenuBar performance broken if using heavyweight popups?
Big problem. I have a simple JApplet which contains a JMenuBar, some JMenu s, JMenuItem s, etc. It works great if the applet is tall enough to fully enclose the menus when dropped down. (That is, it draws them using a lightweight JPopupMenu .) But if the applet is not that tall, then the menu bar responds very, very sluggishly when I try to navigate among the menus with the mouse. If I click on (say) a File menu, it drops down instantly, but ...Show All
punkrock Compatibility Testing Result between Visual J# 2005 and JDK versions.
I made an API compatibility testing tool for J# based on japitools . The results are shown on this page . I'm hoping this is helpful for you. Kazuya Ujihara http://www.ujihara.jp/ ...Show All
rogupta Why is the J# Redistributable package needed?
Hi! Why is the J# Redistributable Package needed to run a J# application Or can I just redistribute some assemblies For example, if I develop an application in Borland Delphi using WinForms, I can compile this application to an exe file. This exe file can be executed on any computer that has the .Net Runtime Framework installed. No Delphi .Net Redistributable Package exists. If I develop an application in Dephi using the VCL.NET api all I ha ...Show All
C13 ODBC error message: [Microsoft][ODBC SQL Server Driver]00107002COUNT
I'd like to execute a stored procedure on SQL server 2005 through the com.ms.jdbc.odbc.JdbcOdbcDriver driver but i get an error message: "[Microsoft][ODBC SQL Server Driver]00107002COUNT mez vagy szintaktikai hiba" On SQL server 2000 it works. Best regards, Ferenc Does the stored procedure give correct result when invoked from SQL server interface itself It will be great if you can post u ...Show All
swingme High School Teacher needs help
Hello, I am a high school math teacher and my students and I am having difficulties getting my first java applet to work for my students using j# 2003. I have successfully written applets in miscrosoft visual j++ and want to run some of the same applets with j#. Here is my problem. I would like to run the same applet found at http://www.mrpowell.net/progra/java/example1.htm But can not get the applet to run. & ...Show All
Dr McAwesome performance difference in .NET 1.0 and .NET 2.0
I recently upgraded a sockets application from .NET 1.1 to .NET 2.0. I found that the getByName method on the INetAddress class takes several times longer to execute under .NET 2.0 than it did in .NET 1.1. That is INetAddress.getByName("10.0.0.1") is a MUCH costlier operation under 2.0. Any suggestions on how best to go about 'recovering' the lost performance would be appreciated. Currently, I am caching the resolution, but it ...Show All
Luke Hartsuyker Starter Kits
Apologies if this has been posted before, where can we download starter kits of example code for VJ# Express 2005 In the screen shot they show a calculator application, couldn't find it. If you are using VJ# Express 2005 then it should present under "File" --> New --> "Calculator Starter Kit" You can find latest version of VJ# Express 2005 at http://msdn.microsoft.com/vstudio/expre ...Show All
mike_dowler ChangeDatabase
To change the database in an odbcConnection object there is the method odbcConnection.ChangeDatabase(newDatabaseNameAndPath) But it does not work. My code sample is: myDatabase = openFileDialog_Datenbank.get_FileName(); Access_odbcConnection.Open(); Access_odbcConnection.ChangeDatabase(myDatabase); Access_odbcConnection.Close(); Does anyone have some experience with changing the database during runtime Do I have to first close the form, which ...Show All
hobbitenok2005 Tooltip and Change Backround
How to make the toolip for example on button, then you are on button , it shows tooltip. and one more qestion How to change main form image by pressing for example button. You push the button, and the backround image changes. How to programme that Hi, Note that you can use the tooltip in swing. I am writing below a small program which changes the text of a button as well as add the tooltip to it when the button is clicked. +++++++++ ...Show All
BradB1976 method to cast to/from ubyte[]/byte[]
Hi; I know I can copy a byte array to a ubyte array using System.Buffer.BlockCopy. But since the actual data is identical in both arrays, and I have some large arrays, is there a way to just case a byte[] to a ubyte[] thanks - dave Hi David, In above solution one need to use either ubyte [] uba = ( ubyte []) ( Object ) ba; or ubyte [] uba2 = ( ubyte [])( System . Array ) ba; Both at the same time are not required. Here is the better ...Show All
zoe1324 Escrever e Let Cookies em J#
Alguem tem algum exemplo de como faco para escrever e ler cookies em J# Agradeco, Marcus Alexandre Hi, Following sample code should be enough to get you going. Please remember to refer System.Web.dll in your project and import System.Web package in your code. Thanks. public void WriteCookie( System .Web.UI. Page webPage, String cookieToWrite, String cookieValue, System . DateTime expirationTime) { &n ...Show All
Richie_C ObjectInputStream - cast exception
Hi; I make the call: ObjectInputStream ois = new ObjectInputStream ( new FileInputStream (serFile)); Document correctDoc = ( Document ) ois.readObject(); And get the exception: 1) testTemplates(net.windward.format.wordml.test.TestWordMLParser)java.lang.ClassCastException: Unable to cast object of type 'System.Byte[]' to type 'System.Object[]'. at java.io.ObjectInputStream.fillArray(Object obj, Int32 len, Class elemType) & ...Show All
ChuckBuc Unable to load old J# Browser Control
Over a year ago, we have converted successfully a few Java applets to J# browser controls. While doing testing for a new release, we now find that we could no longer load J# browser controls -- the browser displays a grey box and an error message in the status line saying "Unable to load DLL". I have the following installed on the machine Microsoft .NET Framework 1.1 Microsoft J# .NET Redistributable Package 1.1 Micro ...Show All
