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

    Trying to know in case a tab page is active

    Hi friends, I am facing a problem.I have a main page which includes two tab pages.Now I am using TabPro Active X and not Property Sheets.The user naviagates between the two tab pages.In case one of the page is not active I am supposed to do something. My problem here is that:I am trying to use...
  2. somnath74

    Windows message ---Strange?

    Hi all, I am faced with a very difficult situation.We have an application with a thin client(on VC++) on a fat server.The application uses a pop-up page that is running fine in the development environment.However when run on the production environmnet it is giving a Windows failure as soon as...
  3. somnath74

    Help on using grid

    Hi all, I am planning to use grids in my application using VC++.Can someone please suggest what control to use and is any product available for that?Also how to go about doing that? TIA Somnath
  4. somnath74

    Loading a Bitmap

    Hi, I have created a bitmap and trying to load it but on debugging I find that the LoadBitmap function is returning 0 i.e it is failing.What are the reasons because of which this might fail? Thanks Somnath
  5. somnath74

    Help on SQL certification

    Hi friends, I would like to know if anyone of you have taken the certification test of Sybase SQL Developer.In case you have taken it can you please revert to me with some practical tips or how yo go about preparing for it. Thanks in advance Somnath
  6. somnath74

    Help on spooling

    Hi friends, I want to know whether there is any coomand in sybase clients by which we can direct the query into an html page? Thanks Somnath
  7. somnath74

    Help on the coulmns of the sysusages system table

    Hi friends, Can anyone please explain the significance of the columns : segmap lstart size vstart pad unreservedpgs in the sysusages table . Thanks in advance
  8. somnath74

    Hi, Let us take a query like this

    Hi, Let us take a query like this 1).select * from tab group by col1,col2 having and clause 1 and caluse 2 and clause 3 and clause4=MAX(value) now take this query 2).select * from tab where clause 1 and caluse 2 and clause 3 group by col1,col2 having and clause 1 and caluse...
  9. somnath74

    An explanation on rowcounts

    Hi friends, I have come across a very strange feature.Can someone please explain to me as to how it works out.Basically a query to get the row counts of a group by having caluse. This is the pseudo code select count(isnull MAX(TAB.COL2),0)) from TAB where TAB.COL1=<value> and...
  10. somnath74

    sp_lock command

    Hi , I have come across a very interesting situation and I need some light on it.While using the sp_lock command in the production database I do not get the column table_name in the output .However when it is used in the replication server I am get to see the table_name column. Can someone...
  11. somnath74

    Problem with Sybase Identity column

    Hi friends, I usually get a problem when I run embedded queries through a COBOL batch program.It gives me the following SQL message:- &quot;SQL_MSG: 0001 <SQL ERROR> SQLCODE IS 00000774Q <SQL ERROR> MESSAGE TEXT IS Pseudo-column 'SYB_IDENTITY' used incorrectly. No table in the query has the...
  12. somnath74

    Error while trying to compile a prog that uses file

    Hi friends, While trying to compile a prog that uses a file to place data ,I am getting the following compilation error:- C:\Vectors.cpp(26) : warning C4129: 'l' : unrecognized character escape sequence C:\Vectors.cpp(33) : error C2872: 'cout' : ambiguous symbol C:\Vectors.cpp(40) : error...
  13. somnath74

    Help with SQL message 103

    Hi friends, I am getting an SQL message 103 while executing a stored procedure from a COBOL program.The message in the Sybase manual is not very expilcitly described. Can someone explain it in details as to why one can get the message. Thanks and Regards Somnath
  14. somnath74

    Some tips on the system defined data type timestamp

    Can someone please let me know what exactly can the datatype timestamp(which is defined as a user type) be used for.As I understand it is stored as varbinary (8).A little more detailed explanation on top of what is provided in the Syabase ASE 11.5 T-SQL manual would be much help. TIA Somnath

Part and Inventory Search

Back
Top