Most voted "sybase" questions
13 questions
Sort by count of
- 
		2 votes3 answers37 viewsSelect entries between two datesGood, I have a view " Gp_vw_cons_faults " that contains the initial and final date of when a client is missing. I want to collect all the records of a particular client in a given period of time. I… 
- 
		1 votes1 answer102 viewsProblems entering entire data into Sybase using LaravelHello, I’m having trouble inserting values into tables with entire data type columns using Laravel 5.1 and Sybase. Error 257 is listed when the exception is thrown. In the Sybase manuals it seems to… php laravel laravel-eloquent laravel-5 sybaseasked 10 years, 2 months ago Ademir Mazer Jr - Nuno 2,258
- 
		1 votes0 answers218 viewsAccess Database File, SYBASEI need to remove the data from a database file (.db) that I was told is SYBASE, the client needs to migrate data and I need to access, does anyone have any idea where to start? because never heard… 
- 
		1 votes0 answers197 viewsPHP 7 (Debian) connection error with Sybase 16I have the following difficulty: I need to configure the PHP environment to connect to a Sybase 16 base. I am not a PHP programmer and I am helping another colleague. Everything that has been tried… 
- 
		1 votes1 answer55 viewsProblem with the type of Ncode I get from a Sybase comicGood, I’m getting values from a Sybase database through odbc in php. It turns out that when printing special characters ,such as ô or ç, are printed '?? ' instead of these. I have tried using… 
- 
		0 votes0 answers66 viewsConnection between Entity Framework and Sybase 12People trying to make a connection with visual studio 2015, using C# and using the Entity Framework and Sybase 12, I’ve turned to the internet and I can’t find a solution if anyone knows anything… 
- 
		0 votes2 answers84 viewsRunning the Procedure with date type argument on a dblinkwhen running the file below, via DBLINK on Oracle corporativo..UP_COP025_ASS_DMANDA_JURID_I 17444968, 1, "1", "20150806", "RJ", " ", " ", "000020" get the bug: error: Syntax error During implicit… 
- 
		0 votes1 answer155 viewsCreate xlsx File with html tableGood, I am trying to pass the values of an HTML table that receives data from a SYBASE database through odbc. When creating an 'xlsx' file formatting excel prevents the created page from opening and… 
- 
		0 votes0 answers103 viewsPython connection with SQL Anywhere 16 failsHello! I’m trying to connect Python with a Sybase database but all the ways I try, ends up giving this error. Traceback (Most recent call last): File "C: Users Yuri.Mendonca Appdata Local Programs… 
- 
		0 votes0 answers42 viewsConnect via 64 bit odbc in Sybase databaseI am trying to connect to a database via Odbc, and I use the driver System.Data.Odbc. In odbc 32-bit works already, in odbc 64-bit does not. IDictionary<string, string> properties = new… 
- 
		0 votes0 answers39 viewsConnection string SybaseI am trying to connect to a SQL Anywhere 12 database with iAnywhere.Data.Sqlanywhere.dll, and am having trouble specifying the connection_string. properties.Add("connection.driver_class",… 
- 
		-1 votes1 answer331 viewsSybase database connection with c#I have a Sybase database file on my machine, I want to make this database available in my application c#, how I make this Sybase database file available, and how to access this database with c#?… 
- 
		-1 votes1 answer14 viewsHow to receive date values from a Sybase database?Good, I need to search a database Sybase fields type Date to fill in my application. When searching for the necessary information and debugging it, the fields in the Date format appeared to me empty…