Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
Z

Zhenjie Fu

@Zhenjie Fu
About
Posts
5
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • can not get union recordset from two Sql Server2K store procedure
    Z Zhenjie Fu

    I have to insert the temp record into a temp table in order to resolve the issue at last. But I think I have a lot of user store procedures to compute record sets. Do I have to create a lot of temp tables? Is it a bug or some mis-understand by me?

    Database database com sysadmin business help

  • can not get union recordset from two Sql Server2K store procedure
    Z Zhenjie Fu

    There are two store procedure on same DB server: create procedure usp_A as declare @ShiftName as datetime select @ShiftName=getdate() select * from LineConfig where Cur_PlanQty_0=0 GO create procedure usp_B as select * from LineConfig where Cur_PlanQty_0=1 GO I use follow sql want to get the union record sets select * from openrowset('sqloledb','trusted_connection=yes','abc.dbo.usp_A') U N I O N ALL select * from openrowset('sqloledb','trusted_connection=yes','abc.dbo.usp_B') get the follow error message: Could not execute query against OLE DB provider 'sqloledb'. The provider could not support a required property. The provider indicates that conflicts occurred with other properties or requirements. OLE/DB provider returned message: Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done. if I remove the usp_A the local variable operation sentence: select @ShiftName=getdate() the error message disappear. if I add new sentence such as: declare @ShiftValue as varchar(10) the same error message display again.

    Database database com sysadmin business help

  • How to handle events in Pocket Internet Mobile
    Z Zhenjie Fu

    if the browser support the JavaScript, please use the event.keycode properties to identify the keypress event happened and then do your functions.

    JavaScript javascript tutorial question

  • Tracking down functions in javascript.
    Z Zhenjie Fu

    The tool: Eclipse will help you after you install JavaScript model.

    JavaScript javascript tools question

  • prevent users from entering char in textbox after clicking submit button
    Z Zhenjie Fu

    I think you can set the input text-box to disable status to prevent user enter the new text. please use the like below code:

    document.getElementById("YourID").disabled=true;

    modified on Friday, November 19, 2010 2:39 AM

    JavaScript javascript
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups