[RESOLVED] access database Issues
My vb.net Project is not finding my database or query, any ideas what I am doing wrong? when I run this project I get this exception "The Microsoft Office Access database engine cannot find the input...
View Article[RESOLVED] Missing Data in an Access Report
Good Day All I imported data into a Ms Access 2013 from SQL and all the data is there. I created a Query and also created a report that will use the Query. So the Query returns all the data. There are...
View ArticleSecurity when we use ADO.NET connecting to Ms Access database
Hello, When we use ADO.NET connecting to the Ms Access, the problem is that we have to set the folder shared full. Code: connection = new OdbcConnection("Driver={Microsoft Access Driver (*.mdb)};"+...
View ArticlePrinting an Access 2010 Report via a VB .NET app ...
Hello all. I'm working on an app in VB .NET 2005. One of the requirements is that it be able to print reports stored in an Access 2010 database (..accdb). I know there are ways to automate Access via...
View Article[RESOLVED] Expected parameter... which was not supplied... only ... it was...
the VB.NET code (2010) vb.net Code: Using sqlConn As SqlClient.SqlConnection = New SqlClient.SqlConnection(AppDBConnectionString) Using sqlCmd As SqlClient.SqlCommand = New...
View ArticlePlease please help newcomer - local data issues
I'm a newcomer to working with databases, using VB 2010 with SQL Server 2012. As I see it, there are two main ways of working with SQL databases in VB: - Manually, using connection strings and writing...
View ArticleSS 2008 Security Help
I work in a networked environment that dont have domain nor active directory (one department have a domain tho). I don't have control over usernames of users and a whole lot more yet i need my vb.net...
View Article[RESOLVED] Help: How to insert varchar data into a datetime field in SQL...
Hello, Can somebody help me with this? I get this error "The conversion of a char data type to a datetime data type resulted in an out-of-range datatime value." Below is my Stored Proc. Your help will...
View ArticleIs there a limit to IN clause size?
:wave: I'm not actually in the coding phase of this yet - it's more of a design issue. I have a situation in my application where there is a datagridview with several thousand rows. Right now we...
View ArticleEmail doesn't get sent from Sql Server Agent job
I created a ssis package with an email task which send an email. It send an email when I run it in Business Intelligence. When I schedule this job as a sql server agent job, it shows that it runs...
View ArticleReduce product quantity after sucessfully placed order
Hi! I am really new in vb.net programming language so im using visual studio 2012 LightSwitch to make some simple stock management system. I have a problem with controlling stock quantity after make a...
View ArticleRead tables from Oracle to SQL Server
Hi all, I have Oracle on an XP machine, and use the 'Oracle in OraDB10g_home1' driver to read the data. I have another Windows Server 2008 R2 machine on the same network, with SQL Server 2012 on it....
View ArticleSQL Query help , not getting any idea
Data base system MySQL : table name Mrun ; Machinename varchar(10) , machineRunfromtime datetime , machineRunTotime datetime , Runstatus enum (STOP , RUNNING ) ;...
View Articlecan you help me?
i created 2 tables relation in ms access 2007 and i connected to visual studio 2008. i want to create a patient-appointment database. i have 2 forms in first form i have an add new patient button to...
View ArticleHow can I relate the two tables?
Hi I'm using sql express,and I have two tables Employer and Employee,how can I relate the two tables so to differentiate between who works for who? Employee table has EmployerID as a field and assigned...
View Articlespeed up to select distinct
I use the tipical ado connection and VB& to set an Access MDB. Code: Public Sub CHECK_CONNESSIONE() ENVIOR = "" ENVIOR = VBA.Environ("COMPUTERNAME") If CONN Is Nothing Then If...
View Article[RESOLVED] Read Excel file from C# using OleDB AND SPECIFYING A WHERE CLAUSE
I have no problem reading an excel file from C# using OleDb. My problem is I only want certain rows. If a column by the name of "Mercury DB or Store Item" does not contain the value "store" and a...
View ArticleExecuting a Stored Procedure in VB.net
Hi, I have written a piece of code to execute a stored procedure, however it isn't working, it is coming up with no errors and appears to be connecting to the database fine Imports...
View Article[RESOLVED] sql server select varchar(max) only returns 9000 bytes?
My customer (he's actually a DBA with a lot more DB knowledge than I) is trying to select a column from a database which is defined as varchar(max). It's only giving him the first 9000 bytes for the...
View ArticleCould you tell me what kind of database is this?
Hi I need to know what kind of database is this. I put the link because is 20mb. I need star a new job. Please help me. I need to open it and transfer to other database newer access, excell, dbase,...
View Article