问题标签 [connector]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
1316 浏览

mysql - MS Access 自动连接到 mysql 后端

我有一个 MS Access 2003 前端和 mySQL 后端。
我想在第一次打开 MDB 时自动连接到 MySQL,例如,当显示 Access 的主菜单形式时。

但是我不知道,我不断收到“烦人的”MySQL“连接器 ODBC”弹出框。
当我进入 Access 中的表单时会发生这种情况,该表单显然具有“连接”到 MySQL 的字段。

任何想法如何做到这一点?

谢谢 !!!!

0 投票
1 回答
737 浏览

php - 使用哪个 odbc 连接器?

我从以下代码中收到此错误:

$result = odbc_connect("DRIVER={MySQL ODBC 3.51 Driver};Server=localhost;Database=$database_name",$database_username, $database_password);

警告:odbc_connect(): SQL 错误:[unixODBC][Driver Manager]Data source name not found, and no default driver specified, SQL state IM002 in SQLConnect in SQLConnect in /dbconnect.php on line xx odbc not connected

我正在使用MySQL版本5.1.41-3ubuntu12.3

我的 phpinfo 给出以下输出:

0 投票
1 回答
2355 浏览

tomcat - 在 JBoss 5.1 中使用其他 HTTP 连接器

我正在尝试使用比 JBoss 的默认HTTP/1.1连接器“更好”的 HTTP 连接器。按照BalusC 的建议,我将连接器更改server.xml为:

但是 JBossClassNotFoundException在启动时会抛出一个 - 我一定错过了一个 JAR。(看起来 NIO 连接器需要 Tomcat 6,但我找不到 JBoss 5.1 附带的 Tomcat 版本……抱怨,@#$%^ing JBoss 文档

经过一堆谷歌搜索,看起来这实际上可能不是正确使用的连接器。这个 jboss.org 线程让我觉得我应该改用 APR 连接器。也就是说,我真的看不出两者之间的区别。

哪个连接器是正确的,如何正确设置?

0 投票
1 回答
304 浏览

.net - C# Lib 查询 MySQL DB

有没有很好的库来查询 MySQL DB?我安装了 mysql 连接器 .net,它基本上给了我 ado.net 替换,如 MySQLCommand、MySQLAdapter 等

但无论如何你必须写很多代码,有没有什么库可以把它包起来,所以我写了类似的东西

或者

ETC?

有任何想法吗?

谢谢,德米特里

0 投票
1 回答
379 浏览

java - Lotus Notes 的 JCR (JSR-170) 连接器

我正在寻找用于 Lotus Notes Domino Server 7 的 JCR (JSR-170) 连接器,用于在我们的客户 Domino 服务器和我们的软件之间进行集成。

有没有人有处理这种 JCR 连接器的经验?我只找到了 day.com连接器,但不确定它是否适合我。

0 投票
1 回答
453 浏览

mysql - 如何将实体框架与 MySQL 连接器 noinstall 版本一起使用?

有谁知道任何方式让实体框架与 mysql 连接器 6.3/6.4 无安装版本一起使用?我可以将 dll-s 添加到我的项目中,但我无法将连接添加到实体框架,因为它看不到 mysql。

0 投票
1 回答
1358 浏览

outlook - How to deploy custom Outlook Social Connector Provider

I have developed a simple outlook provider using C# 4.0 and VS 2010 but I am not able to create successfull installation package. I have read a lot of documentation, including links below and I have fullfilled all of the requirements for installing my custom provider on Win7 64 bit and MS Outlook (64 bit), but still I am not succeed.

These are the reference articles:

I am using standart Setup Project and I have added some custom actions within the installation process, where I register my provider's assembly and also register my provider under HKCU\Software\Microsoft\Office\Outlook\SocialConnector\SocialProviders. The installation proccess completes successfully but when I start an instance of Outlook, my custom provider does not exist in the providers list. Here is the code I use to register the assembly and write to the registry:

When I am using the manual process described in http://msdn.microsoft.com/en-us/library/ff759452.aspx to run my custom x64 provider on Outlook 64 bit within my Visual Studio(In debug mode) everthing is OK. My Provider appears in the OSC providers list.

After normal installation my provider is listed in the Windows Registry under: HKEY_CLASSES_ROOT\CLSID\

HKEY_LOCAL_MACHINE\SOFTWARE\CLASSESS\CLSID\

HKEY_CURRENT_USER\Software\Microsoft\Office\Outlook\SocialConnector\SocialProviders

I am trying to find out why my provider does not appear in Outlook. Would you explain the appropriate installation process about custom OSC provider on 64 bit version of Outlook (will be nice if there is an example). It will be great if you could provide me a list with the required key/value pairs situated in Windows Registy, needed for my custom provider to work.

p.s. I am a little bit confused about the role of the networkID value of my custom provider. Should I generate my custom provider’s networkID using guidgen.exe and then to add it in the Windows Registry key - HKCU\Software\Microsoft\Office\Outlook\SocialConnector\SocialProviders -> LocalProviderList (of course in I have added the same value in SocialNetworkGuid Property of my provider) and should I add the networkId value anywhere else in the Windows Registry?

Thank you in advance

0 投票
0 回答
473 浏览

java-me - 通过 XMPP 的 J2ME Gtalk 连接失败

我正在开发连接到 GTalk 的 J2ME 应用程序。我正在使用 WTK2.5.2。这是我的代码示例,

它没有连接到端口 5222 端口。(在防火墙中打开了 5222 端口)当我连接到 443 端口时,它连接良好,但输入流未正确读取。读取流时,首先读取的字符返回 -1。

请帮我!

0 投票
4 回答
16104 浏览

java - 什么是tomcat中的空会话路径?

我前一天读过 apache tomcat 文档,我对emptySessionPath. 据我所知,如果设置为 true,emptySessionPath则存储在 Web 应用程序的根文件夹中。请给出该术语的正确定义, emptySessionPath如果将其设置为 true 和 false 会发生什么?

请指导我。在此先感谢。

0 投票
1 回答
1375 浏览

.net - MySql.Data 未在 Visual Studio 2008 中的引用下列出

安装 6.2.2 时运行良好。然后我卸载了它并安装了最新版本(6.3.5),但现在,MySql.Data 没有显示在添加引用窗口下。任何的想法?

提前致谢