MS SQL Native Client for ODBC driver's Security
Hi everyone, I'm currently doing some research on the MS SQL native client for ODBC driver's security. I would like to seek details on how secure is ODBC driver in MS SQL Native client?
Hi everyone, I'm currently doing some research on the MS SQL native client for ODBC driver's security. I would like to seek details on how secure is ODBC driver in MS SQL Native client?
I am executing SSIS packages that override the Connection string by submitting new connection parms from batch execution of the package using dtexec.
I have an sql server command, calling a stored procedure. actually the problem happens with all types of commands but this is my test only. 1- i have tested calling the procedure from inside SQL server management studio, it took 34 Seconds to execute.
I am trying to develop an MVC app on my local computer and I have huge troubles opening a connection to my database. At the same time, I am able to run SQL scripts and they work just fine.
I have a web page that imports translations from a spreadsheet using Microsoft.ACE.OLEDB.12.0; The process works almost flawlessly, except that Japanese (and likely Korean and Chinese) can not be imported with this method.
Hi, Help!! How do I use a variable in a select statement in vba? This is a standard query Select IngredientID, Quantity, from Recipes where RecipeID = 7 This is what I would like to do, but do not know how to.....
Hai, I am using the following as connecting string to connect to Acess 2010 databse. This is working fine in systems with windows 2007 and excel 2007, but fails when it is windows XP with excel 2003.
web.config connection string to SQL named instance on cluster works for some time and suddenly stops working. I do the stops start of app pool and it is working again, but after some time (of inactivity) it stops working!!!
I want to use multiple DSN connection string in my web.config file. But its giving error as default driver not specified. Any one please help me
I have installed IIS 8.5 on my laptop with Windows 8.1. I have placed my website in c:\inetpub\wwwroot and given all the security permissions required. I am using MS Access database 2010 and configured all the features required.
Hello guys I was directed to this site as THE place to find information on how to write the connection string I need. I am still quite new at this coding stuff so any help would be appreciated.
Having trouble connecting to a MS SQL database. The OS I'm running is opensuse 13.1 64bit. I've manage to run both tsql and isql successfully. However, when I try to connect via python I get the following error message:
Can anyone tell me which password encoded tools is used in database VB used application that must encrypt number into IUH-137610-rOI-136772-gdL-136082 Format.
I am working using VBA macros in Excel (2007) to execute Stored Procedures (SP) in a SQL Server Express 2014 instance. When the SP is simply SELECTing data to return, the connection works fine.
Hi, trying to create a SSIS flow to extract data from source (AS400) to destination (SQL) db. The flow is relatively easy: connect, extract and put it in destination folder.
How can I prevent the SQL Login box when accessing SQL Azure from an Access front end? I've tried putting the credentials in the ODBC connection string for the native client and I've tried connecting from VBA;
hi friends have connected my database to sql server but the problem is setup file when make a setup file it doest not includes database(tables of that data base) the setup works in that system only if i tried to install the setup file in another pc it does not work..
I'm Brand New to SqlServer. I've never used it before. And I have been given the task of creating a user/database that our jboss server can connect to. I created a user testuser and I gave this user a default schema of testschema.
Wonna select table-rows in sql-server (2012) from access (2010) 3 different ways testet, but all dont function: SELECT * FROM 1) [Driver={Microsoft Access Driver (*.mdb, *.accdb)};Dbq=H:\Temp\REALUMSATZ.accdb;
Hello, I m using this ConnectionStrings but error is Keyword not supported: 'provider' please solve this error.. SqlConnection con = new SqlConnection(ConfigurationManager.ConnectionStrings["AccessConnectionString"].ConnectionString);
Hi Guys, I want to access the SAGE DB i have server name and password and all. but in my system don't have an SAGE driver.. are you able to access SAGE DB without SAGE driver installed in my machine.
Hey there! I am very new to Access and have created a pretty good db for tracking employee training, attendance, and the like.
Hi, I have an Access database (.mdb) that has some tables which are native and some which are linked to an ODBC database (actually a remote SQLServer database)
how to link microsoft acess 2007 with vb 6.0
Hi! Problem: I have been linking programmatically to DBF files for 15+ years in different Access versions (currently 2010) OK. The client outputs the DBF files via R:BASE . . . previously DOS version, now upgraded to a Windows version.
Hi, I am starting to work with a file written in excel 97 & access 97 for forecasting, it is fairly involved and does a great job of profiling etc.
Hello Background: I'm running an ASP Classic website with Access 2007 databases. In the local site (which is now failing as per below) I'm under IIS7.5 and Windows Home Pro 7.
First for some background on my situation: I am working in Access 2010 user frontend with a Microsoft SQL Server 2008 backend. I have a stored procedure that inserts new values(supplied by the parameters) into a table.
I am using VB.NET 2010 and am trying to create a connection string to my SQL Server 2012 Express database on the local machine, to support ADODB. I want to use be able to use ADODB recordsets in my program.
i have task to connect from local data base in c# but i dont have sql server so how can i connect those local database? to be view in grid view? thank you