[JDBC for SQLSERVER] Cannot Start a Cloned Connection While in Manual Transaction Mode
SYMPTOMS While using the Microsoft SQL Server 2000 Driver for JDBC, you may experience the following exception:java.sql.SQLException: [Microsoft][SQLServer 2000 …
SYMPTOMS While using the Microsoft SQL Server 2000 Driver for JDBC, you may experience the following exception:java.sql.SQLException: [Microsoft][SQLServer 2000 …
Approximate Conversion from Points to Pixels (and Ems and %) Here’s a chart that converts points to pixels (and ems and %). It’s an approximation, …
두 개의 동영상 병합 copy /b a.avi + b.avi merge.avi mencoder -ovc copy -oac copy merge.avi -o out.avi 설명: copy 명령으로 두 동영상을 하나의 파일로 만들고, mencoder을 이용하여 인덱스를 재생성(일반 파일의 경 …
[hintpopup]http://www.adobe.com/support/flash/publishexport/scriptingwithflash/scriptingwithflash_03.html[/hintpopup]TGetProperty , TSetProperty로 플래시 제어시 참고 …
XSS(Cross Site Scripting) 해킹을 방지하기 위한 하나의 방법 Using AllowScriptAccess to control outbound scripting from Macromedia Flash The AllowScriptAccess parameter of the …
function __ShowEmbedObject(__ELEMENT_ID) { document.write( __ELEMENT_ID.innerHTML ); __ELEMENT_ID.id = “”; } …
이제 웹페이지내에 임베딩된 ActiveX 사용시 반드시 그 컨트롤을 클릭해야만 ActiveX가 동작된다고 하네요.. 언제부터 시작될런지.. 한 동안 머리 아파지겠네요.. ActiveX로 도배를 한 사이트의 경우 그냥 전용 웹브라우저를 하나 만들어 사용하는 편이 낫겠다는 생각이 드네요.. …
SQL Server에 링크 서버를 생성하여 이용하기 위한 방법… SQL Server에서 SQL Server 링크 서버 생성 USE master GO — To use named parameters: EXEC sp_addlinkedserver @server = ‘linkDB’, …
text, ntext, image data type을 조회할 때 아래와 같은 에러 발생시 해결 방법 [Microsoft][SQLServer 2000 Driver for JDBC]ResultSet can not re-read row data for column 1. SELECT문에서 사용 …