|
|
|
Microsoft SQL Server и JAVA?
|
|||
|---|---|---|---|
|
#18+
Microsoft SQL Server и JAVA дружат? Если можно примеры или ссылки ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 06.06.2001, 17:25 |
|
||
|
Microsoft SQL Server и JAVA?
|
|||
|---|---|---|---|
|
#18+
А почему они должну не дружить? Посмотри в http://msdn.microsoft.com/default.asp в качестве запроса "SQL JAVA" не даю ссылки живой так пользуюсь CD с MSDN. Listing 10: Opening an ADO Recordset in Java with the Java Type Library Wizard public static void main( String args[]) { msado15._Recordset Rs1 = new msado15.Recordset(); Variant Source = new Variant( "SELECT * FROM Authors" ); Variant Connect = new Variant( "DSN=AdoDemo;UID=admin;PWD=;" ); int LockType = msado15.CursorTypeEnum.adOpenForwardOnly; int CursorType = msado15.LockTypeEnum.adLockReadOnly; int Options = -1; Rs1.Open( Source, Connect, LockType, CursorType, Options ); Rs1.Close(); Rs1 = null; System.out.println( "Success!\n" ); } ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 07.06.2001, 08:08 |
|
||
|
|

start [/forum/topic.php?fid=46&gotonew=1&tid=1826559]: |
0ms |
get settings: |
9ms |
get forum list: |
20ms |
check forum access: |
5ms |
check topic access: |
5ms |
track hit: |
90ms |
get topic data: |
13ms |
get first new msg: |
8ms |
get forum data: |
4ms |
get page messages: |
52ms |
get tp. blocked users: |
2ms |
| others: | 244ms |
| total: | 452ms |

| 0 / 0 |
